Commands
Commands Overview
The Sentry CLI provides commands for interacting with various Sentry resources.
Available Commands
| Command | Description |
|---|---|
auth | Authentication management |
org | Organization operations |
project | Project operations |
issue | Issue tracking |
event | Event inspection |
api | Direct API access |
Global Options
All commands support the following global options:
--help- Show help for the command--version- Show CLI version
JSON Output
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'Opening in Browser
View commands support -w or --web flag to open the resource in your browser:
sentry issue view PROJ-123 -w