@@ -63,6 +63,10 @@ SENTRY_URL=https://sentry.example.com sentry auth login --token YOUR_TOKEN
6363
6464Log out of Sentry
6565
66+ ** Flags:**
67+ - ` --json - Output as JSON `
68+ - ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
69+
6670** Examples:**
6771
6872``` bash
@@ -91,6 +95,8 @@ View authentication status
9195** Flags:**
9296- ` --show-token - Show the stored token (masked by default) `
9397- ` -f, --fresh - Bypass cache and fetch fresh data `
98+ - ` --json - Output as JSON `
99+ - ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
94100
95101** Examples:**
96102
@@ -453,12 +459,18 @@ CLI-related commands
453459
454460Send feedback about the CLI
455461
462+ ** Flags:**
463+ - ` --json - Output as JSON `
464+ - ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
465+
456466#### ` sentry cli fix `
457467
458468Diagnose and repair CLI database issues
459469
460470** Flags:**
461471- ` --dry-run - Show what would be fixed without making changes `
472+ - ` --json - Output as JSON `
473+ - ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
462474
463475#### ` sentry cli setup `
464476
@@ -481,6 +493,8 @@ Update the Sentry CLI to the latest version
481493- ` --check - Check for updates without installing `
482494- ` --force - Force upgrade even if already on the latest version `
483495- ` --method <value> - Installation method to use (curl, brew, npm, pnpm, bun, yarn) `
496+ - ` --json - Output as JSON `
497+ - ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
484498
485499### Repo
486500
0 commit comments