-
Notifications
You must be signed in to change notification settings - Fork 162
Add support for limiting output #5516
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:lowestLowest priority such as new ideas and unproved/unrequested featuresLowest priority such as new ideas and unproved/unrequested featuresux
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:lowestLowest priority such as new ideas and unproved/unrequested featuresLowest priority such as new ideas and unproved/unrequested featuresux
Community Note
Description
It would be helpful to add support limiting the output of a list function using for instance a --limit or a way to only output the field that are relevant. The template output allow to do that but this logic could be extended to reduce the amount of token used by the output of a command.
How I imagine scw could expose this functionality
scw instance server list --fields "ID, region"References