S
sentry-cli
Details
- Command
-
sentry-cli - Docs
- https://docs.sentry.io/cli/
Authentication
Sentry auth token (organization, internal integration, or personal token) bearer discovered Get token ↗
$ sentry-cli login Create a token in Sentry's developer settings. The easiest path for CI/CLI use is an Organization Token at Auth Tokens under Settings → Developer Settings → Organization Tokens. For full org-scoped API access, create an internal integration from Integration Platform under Settings → Developer Settings and use its token. For user-scoped API access, create a Personal Token from User Settings → Personal Tokens as described in Auth Tokens. Assign the scopes your workflow needs from Permissions & Scopes.