| title | Commands Overview |
|---|---|
| description | Overview of all Sentry CLI commands |
The Sentry CLI provides commands for interacting with various Sentry resources.
| Command | Description |
|---|---|
auth |
Authentication management |
cli |
CLI-related commands (feedback, upgrade) |
org |
Organization operations |
project |
Project operations |
team |
Team operations |
issue |
Issue tracking |
event |
Event inspection |
log |
Log viewing and streaming |
profile |
CPU profiling analysis |
api |
Direct API access |
All commands support the following global options:
--help- Show help for the command--version- Show CLI version
Most list and view commands support --json flag for JSON output, making it easy to integrate with other tools:
sentry org list --json | jq '.[] | .slug'View commands support -w or --web flag to open the resource in your browser:
sentry issue view PROJ-123 -w