File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
plugins/sentry-cli/skills/sentry-cli Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ List issues in a project
234234- ` -t, --period <value> - Time period for issue activity (e.g. 24h, 14d, 90d) - (default: "90d") `
235235- ` -c, --cursor <value> - Pagination cursor for <org>/ or multi-target modes (use "last" to continue) `
236236- ` -f, --fresh - Bypass cache and fetch fresh data `
237- - ` --compact - Single-line rows for compact output `
237+ - ` --compact - Single-line rows for compact output (auto-detects if omitted) `
238238- ` --json - Output as JSON `
239239- ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
240240
@@ -681,7 +681,7 @@ List issues in a project
681681- ` -t, --period <value> - Time period for issue activity (e.g. 24h, 14d, 90d) - (default: "90d") `
682682- ` -c, --cursor <value> - Pagination cursor for <org>/ or multi-target modes (use "last" to continue) `
683683- ` -f, --fresh - Bypass cache and fetch fresh data `
684- - ` --compact - Single-line rows for compact output `
684+ - ` --compact - Single-line rows for compact output (auto-detects if omitted) `
685685- ` --json - Output as JSON `
686686- ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
687687
You can’t perform that action at this time.
0 commit comments