-
Notifications
You must be signed in to change notification settings - Fork 162
Adding support for pagination #5515
Copy link
Copy link
Open
Labels
agentAll the issues related to make the CLI work better with coding agentsAll the issues related to make the CLI work better with coding agentsenhancementpriority:mediumImprovements that are not the main priorityImprovements that are not the main priority
Metadata
Metadata
Assignees
Labels
agentAll the issues related to make the CLI work better with coding agentsAll the issues related to make the CLI work better with coding agentsenhancementpriority:mediumImprovements that are not the main priorityImprovements that are not the main priority
Community Note
Description
In the list command, it would be helpful to add support to explicitly fetch all items in a list.
This could be done with a
--page-allflag on list command or with ndjson lineHow I imagine scw could expose this functionality
scw instance server list --page-allscw instance server list --ndjsonlReferences