Skip to main content

Repository

Repository commands list container repositories within your tenant. A repository is the named storage location for an image — for example, hello-world is a repository that can hold multiple tags (latest, v1.0, etc.). The repository resource has aliases repository and repositories.

For commands that operate on the images stored within a repository, see Images.


repository list

List all repositories in the current tenant. Results are paginated; use --tail to interactively page through all results.

Usage:
atymctl repository list [flags]

Flags:
-h, --help help for list
-o, --page_offset int Offset for paging
-p, --page_size int Number of results to return (default 20)
-t, --tail Interactively page through all results