Skip to content

[Feature] - Support paging for repositories in container registry #454

@F21

Description

@F21

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions