...

Text file src/github.com/sigstore/cosign/v2/doc/cosign_save.md

Documentation: github.com/sigstore/cosign/v2/doc

     1## cosign save
     2
     3Save the container image and associated signatures to disk at the specified directory.
     4
     5### Synopsis
     6
     7Save the container image and associated signatures to disk at the specified directory.
     8
     9```
    10cosign save [flags]
    11```
    12
    13### Examples
    14
    15```
    16  cosign save --dir <path to directory> <IMAGE>
    17```
    18
    19### Options
    20
    21```
    22      --dir string   path to dir where the signed image should be stored on disk
    23  -h, --help         help for save
    24```
    25
    26### Options inherited from parent commands
    27
    28```
    29      --output-file string   log output to a file
    30  -t, --timeout duration     timeout for commands (default 3m0s)
    31  -d, --verbose              log debug output
    32```
    33
    34### SEE ALSO
    35
    36* [cosign](cosign.md)	 - A tool for Container Signing, Verification and Storage in an OCI registry.
    37

View as plain text