...

Text file src/github.com/google/go-containerregistry/cmd/crane/doc/crane_catalog.md

Documentation: github.com/google/go-containerregistry/cmd/crane/doc

     1## crane catalog
     2
     3List the repos in a registry
     4
     5```
     6crane catalog REGISTRY [flags]
     7```
     8
     9### Options
    10
    11```
    12      --full-ref   (Optional) if true, print the full image reference
    13  -h, --help       help for catalog
    14```
    15
    16### Options inherited from parent commands
    17
    18```
    19      --allow-nondistributable-artifacts   Allow pushing non-distributable (foreign) layers
    20      --insecure                           Allow image references to be fetched without TLS
    21      --platform platform                  Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default all)
    22  -v, --verbose                            Enable debug logs
    23```
    24
    25### SEE ALSO
    26
    27* [crane](crane.md)	 - Crane is a tool for managing container images
    28

View as plain text