# Sentry CLI

For certain actions, you can use the `sentry-cli` command line executable. It can connect to the Sentry API and manage some data for your projects. It’s primarily used for managing debug information files for iOS, Android as well as release and source maps management for other platforms.

* #### [Installation](https://docs.sentry.io/cli/installation.md)

  Learn about the different methods available to install \`sentry-cli\`.

* #### [Configuration and Authentication](https://docs.sentry.io/cli/configuration.md)

  Learn about the functionality of Sentry’s command line interface, including installation, configuration, and authentication.

* #### [Release Management](https://docs.sentry.io/cli/releases.md)

  Sentry's command line interface can be used for release management. The CLI allows you to create, edit and delete releases as well as upload release artifacts.

* #### [Debug Information Files](https://docs.sentry.io/cli/dif.md)

  Debug information files allow Sentry to extract stack traces and provide more information about crash reports for most compiled platforms. Sentry's CLI can be used to validate and upload debug information files.

* #### [Sending Events](https://docs.sentry.io/cli/send-event.md)

  Learn how Sentry's command line interface can be used for sending events.

* #### [Logs](https://docs.sentry.io/cli/logs.md)

  Learn how to view and stream logs using the Sentry CLI.

* #### [Crons (CLI)](https://docs.sentry.io/cli/crons.md)

  Follow this guide to set up and manage monitors using the Sentry CLI.

## Pages in this section

- [configuration](https://docs.sentry.io/cli/configuration.md)
- [crons](https://docs.sentry.io/cli/crons.md)
- [dif](https://docs.sentry.io/cli/dif.md)
- [installation](https://docs.sentry.io/cli/installation.md)
- [logs](https://docs.sentry.io/cli/logs.md)
- [releases](https://docs.sentry.io/cli/releases.md)
- [send-event](https://docs.sentry.io/cli/send-event.md)
