Commands
org
Manage Sentry organizations.
Commands
sentry org list
List all organizations you have access to.
sentry org listOptions:
| Option | Description |
|---|---|
--json | Output as JSON |
Example output:
SLUG NAME ROLEmy-org My Organization owneranother-org Another Org memberJSON output:
sentry org list --json[ { "slug": "my-org", "name": "My Organization", "role": "owner" }]sentry org view
View details of a specific organization.
sentry org view <org-slug>Arguments:
| Argument | Description |
|---|---|
<org-slug> | The organization slug |
Options:
| Option | Description |
|---|---|
-w, --web | Open in browser |
--json | Output as JSON |
Example:
sentry org view my-orgOrganization: My OrganizationSlug: my-orgRole: ownerProjects: 5Teams: 3Members: 12Open in browser:
sentry org view my-org -w