Skip to content
Docs GitHub

Commands Overview

The Sentry CLI provides commands for interacting with various Sentry resources.

Available Commands

CommandDescription
authAuthentication management
cliCLI-related commands (feedback, upgrade)
orgOrganization operations
projectProject operations
issueIssue tracking
eventEvent inspection
apiDirect 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:

Terminal window
sentry org list --json | jq '.[] | .slug'

Opening in Browser

View commands support -w or --web flag to open the resource in your browser:

Terminal window
sentry issue view PROJ-123 -w