@@ -180,6 +180,17 @@ Create a new project
180180- ` --json - Output as JSON `
181181- ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
182182
183+ #### ` sentry project delete <org/project> `
184+
185+ Delete a project
186+
187+ ** Flags:**
188+ - ` -y, --yes - Skip confirmation prompt `
189+ - ` -f, --force - Force deletion without confirmation `
190+ - ` -n, --dry-run - Validate and show what would be deleted without deleting `
191+ - ` --json - Output as JSON `
192+ - ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
193+
183194#### ` sentry project list <org/project> `
184195
185196List projects
@@ -501,10 +512,44 @@ Update the Sentry CLI to the latest version
501512** Flags:**
502513- ` --check - Check for updates without installing `
503514- ` --force - Force upgrade even if already on the latest version `
515+ - ` --offline - Upgrade using only cached version info and patches (no network) `
504516- ` --method <value> - Installation method to use (curl, brew, npm, pnpm, bun, yarn) `
505517- ` --json - Output as JSON `
506518- ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
507519
520+ ### Dashboard
521+
522+ Manage Sentry dashboards
523+
524+ #### ` sentry dashboard list <org/project> `
525+
526+ List dashboards
527+
528+ ** Flags:**
529+ - ` -w, --web - Open in browser `
530+ - ` -n, --limit <value> - Maximum number of dashboards to list - (default: "30") `
531+ - ` -f, --fresh - Bypass cache, re-detect projects, and fetch fresh data `
532+ - ` --json - Output as JSON `
533+ - ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
534+
535+ #### ` sentry dashboard view <args...> `
536+
537+ View a dashboard
538+
539+ ** Flags:**
540+ - ` -w, --web - Open in browser `
541+ - ` -f, --fresh - Bypass cache, re-detect projects, and fetch fresh data `
542+ - ` --json - Output as JSON `
543+ - ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
544+
545+ #### ` sentry dashboard create <args...> `
546+
547+ Create a dashboard
548+
549+ ** Flags:**
550+ - ` --json - Output as JSON `
551+ - ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
552+
508553### Repo
509554
510555Work with Sentry repositories
0 commit comments