Displays all container registries in your Vultr account with their IDs, names, regions, and status.
The vultr-cli container-registry list
command displays all container registries in your Vultr account, showing their IDs, names, regions, and current status.
$ vultr-cli container-registry list [flags]
# Full example
$ vultr-cli container-registry list
# Shortened example with aliases
$ vultr-cli cr l
Shorthand | Long Version | Description |
---|---|---|
-c | --cursor | (optional) cursor for paging. |
-p | --per-page | (optional) Number of items requested per page. Default is 100 and Max is 500. |
No comments yet.