...

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

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

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

View as plain text