-
Notifications
You must be signed in to change notification settings - Fork 2
Add pagination to session list commands #367
Copy link
Copy link
Open
Labels
cliCLI layer issuesCLI layer issueseffort-smallSmall effort: <2 hoursSmall effort: <2 hoursenhancementNew feature or requestNew feature or requestimpact-highHigh impact on users or systemHigh impact on users or systempost-mvpPost-MVP feature, not needed for initial releasePost-MVP feature, not needed for initial releaseuxUser experience issuesUser experience issues
Metadata
Metadata
Assignees
Labels
cliCLI layer issuesCLI layer issueseffort-smallSmall effort: <2 hoursSmall effort: <2 hoursenhancementNew feature or requestNew feature or requestimpact-highHigh impact on users or systemHigh impact on users or systempost-mvpPost-MVP feature, not needed for initial releasePost-MVP feature, not needed for initial releaseuxUser experience issuesUser experience issues
Summary
list-audit-sessionsandlist-improve-sessionsload all sessions into memory. For users with 100+ sessions, the output table is overwhelming and slow.Current Behavior
Proposed Enhancement
Add
--limitand--offsetflags with sensible defaults.Usage
Implementation
Files:
cli/src/commands/audit-sessions.tscli/src/commands/improve-sessions.tsChanges:
--limitflag (default 20)--offsetflag (default 0)Effort
~2 hours
Related