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
Is your feature request related to a problem? Please describe.
When listing the repositories in a container registry, the results returned are pagable, however, the cli doesn't seem to support paging or cursors:
❯ docker run -e VULTR_API_KEY vultr/vultr-cli:latest container-registry repository list REDACTED --per-page=1
Error: unknown flag: --per-page
❯ docker run -e VULTR_API_KEY vultr/vultr-cli:latest container-registry repository list REDACTED --cursor=xxx
Error: unknown flag: --cursor
Describe the solution you'd like
Implement paging and cursors for container registry
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When listing the repositories in a container registry, the results returned are pagable, however, the cli doesn't seem to support paging or cursors:
Describe the solution you'd like
Implement paging and cursors for container registry
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: