github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs/2-the-jackal-cli/100-cli-commands/jackal_tools_registry_catalog.md (about) 1 # jackal tools registry catalog 2 <!-- Auto-generated by hack/gen-cli-docs.sh --> 3 4 List the repos in a registry 5 6 ``` 7 jackal tools registry catalog REGISTRY [flags] 8 ``` 9 10 ## Examples 11 12 ``` 13 14 # List the repos internal to Jackal 15 $ jackal tools registry catalog 16 17 # List the repos for reg.example.com 18 $ jackal tools registry catalog reg.example.com 19 20 ``` 21 22 ## Options 23 24 ``` 25 --full-ref (Optional) if true, print the full image reference 26 -h, --help help for catalog 27 ``` 28 29 ## Options inherited from parent commands 30 31 ``` 32 --allow-nondistributable-artifacts Allow pushing non-distributable (foreign) layers 33 --insecure Allow image references to be fetched without TLS 34 --platform string Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default "all") 35 -v, --verbose Enable debug logs 36 ``` 37 38 ## SEE ALSO 39 40 * [jackal tools registry](jackal_tools_registry.md) - Tools for working with container registries using go-containertools