--- title: "Sentry CLI" description: "Learn how to use the `sentry-cli` command line executable." url: https://docs.sentry.io/cli/ --- # Sentry CLI ##### Looking for the Sentry CLI? These docs cover `sentry-cli`, used in CI/CD pipelines and build processes. If you're looking for the interactive developer CLI with issue management, AI-powered analysis, and API access for humans and agents, check out the new [Sentry CLI](https://cli.sentry.dev/). 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 - [Installation](https://docs.sentry.io/cli/installation.md) - [Configuration and Authentication](https://docs.sentry.io/cli/configuration.md) - [Release Management](https://docs.sentry.io/cli/releases.md) - [Debug Information Files](https://docs.sentry.io/cli/dif.md) - [Sending Events](https://docs.sentry.io/cli/send-event.md) - [Logs](https://docs.sentry.io/cli/logs.md) - [Crons (CLI)](https://docs.sentry.io/cli/crons.md)