Skip to content

zarf tools registry ls

zarf tools registry ls

List the tags in a repo

zarf tools registry ls REPO [flags]

Examples

# List the tags for a repo internal to Zarf
$ zarf tools registry ls 127.0.0.1:31999/stefanprodan/podinfo
# List the tags for a repo hosted at reg.example.com
$ zarf tools registry ls reg.example.com/stefanprodan/podinfo

Options

--full-ref (Optional) if true, print the full image reference
-h, --help help for ls
--insecure-skip-tls-verify (Optional) if true, skip TLS certificate verification
-O, --omit-digest-tags (Optional), if true, omit digest tags (e.g., ':sha256-...')
--plain-http (Optional) if true, use plain HTTP instead of HTTPS

Options inherited from parent commands

--allow-nondistributable-artifacts Allow pushing non-distributable (foreign) layers
--features stringToString Provide a comma-separated list of feature names to bools to enable or disable. Ex. --features "foo=true,bar=false,baz=true" (default [])
--platform string Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default "all")
-v, --verbose Enable debug logs

SEE ALSO