Commit 8ca6cff
committed
fix(project): add pagination and org/ syntax to project list
- Follow API cursor pagination so --limit >100 actually works
- Add org/ prefix syntax to list projects for a specific org
- Add org/project syntax to show a single project directly
- Add --cursor/--prev flags for manual page navigation
- Add pagination_cursors table (schema v5) with composite PK
- Cache cursors per (command_key, context) for independent paging
- Clear pagination cursors on auth logout
- Regenerate SKILL.md for updated command help1 parent 66ed8bf commit 8ca6cff
8 files changed
Lines changed: 755 additions & 121 deletions
File tree
- plugins/sentry-cli/skills/sentry-cli
- src
- commands/project
- lib
- db
- test/e2e
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
| |||
532 | 533 | | |
533 | 534 | | |
534 | 535 | | |
535 | | - | |
| 536 | + | |
536 | 537 | | |
537 | 538 | | |
538 | 539 | | |
539 | 540 | | |
540 | 541 | | |
541 | 542 | | |
| 543 | + | |
542 | 544 | | |
543 | 545 | | |
544 | 546 | | |
| |||
0 commit comments