@@ -19,7 +19,7 @@ List issues in a project
1919- ` -q, --query <value> - Search query (Sentry syntax, implicit AND, no OR operator) `
2020- ` -n, --limit <value> - Maximum number of issues to list - (default: "25") `
2121- ` -s, --sort <value> - Sort by: date, new, freq, user - (default: "date") `
22- - ` -t, --period <value> - Time range: "7d", "2026-04 -01..2026-05 -01", ">=2026-04 -01" - (default: "90d") `
22+ - ` -t, --period <value> - Time range: "7d", "2026-05 -01..2026-06 -01", ">=2026-05 -01" - (default: "90d") `
2323- ` -c, --cursor <value> - Pagination cursor (use "next" for next page, "prev" for previous) `
2424- ` --compact - Single-line rows for compact output (auto-detects if omitted) `
2525- ` -f, --fresh - Bypass cache, re-detect projects, and fetch fresh data `
@@ -87,7 +87,7 @@ List events for a specific issue
8787- ` -n, --limit <value> - Number of events (1-1000) - (default: "25") `
8888- ` -q, --query <value> - Search query (Sentry search syntax) `
8989- ` --full - Include full event body (stacktraces) `
90- - ` -t, --period <value> - Time range: "7d", "2026-04 -01..2026-05 -01", ">=2026-04 -01" - (default: "7d") `
90+ - ` -t, --period <value> - Time range: "7d", "2026-05 -01..2026-06 -01", ">=2026-05 -01" - (default: "7d") `
9191- ` -f, --fresh - Bypass cache, re-detect projects, and fetch fresh data `
9292- ` -c, --cursor <value> - Navigate pages: "next", "prev", "first" (or raw cursor string) `
9393
0 commit comments