You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wanted to understand your use-case a little more: does the current tcld namespace list functionality not meet your needs (paginating them before printing to stdout)?
It's a pretty straightforward to add explicit pagination, but just curious -- let me know!
Just to get back to this, at the time the care was to being able to use filtering and page tokens where possible, not having to paginate the CLI in a script would've been the reason. The particular use case at the time was as I was bootstrapping cloud automation for various environments and teams having namespaces, with service account api-key management in mind as well (reason for #397).
Is your feature request related to a problem? Please describe.
I'd like to use pagination when it comes to listing namespaces (enabling
--size
arguments)Additional context
The current protogen files suggest we can leverage sizes, so making use of it in the command layer would be great.
The text was updated successfully, but these errors were encountered: