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