-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Port pagination cursor support from confluence-cli PR #105.
Files to modify:
tools/cfl/internal/cmd/space/list.go- Add--cursorflagtools/cfl/internal/cmd/space/list_test.go- Add tests
Features:
- Add
--cursorflag for cursor-based pagination - Display cursor value for next page when more results available
- Extract cursor from
_links.nextURL
Usage:
cfl space list # First page
cfl space list --cursor "eyJpZCI6MTIzfQ==" # Next page
cfl space list --limit 100 # Larger pageReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels