Thanks to visit codestin.com
Credit goes to cli.sentry.dev

Skip to content
Docs GitHub

Commands Overview

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

Available Commands

CommandDescription
authAuthentication management
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