...

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

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

     1## cosign download
     2
     3Provides utilities for downloading artifacts and attached artifacts in a registry
     4
     5### Options
     6
     7```
     8  -h, --help   help for download
     9```
    10
    11### Options inherited from parent commands
    12
    13```
    14      --output-file string   log output to a file
    15  -t, --timeout duration     timeout for commands (default 3m0s)
    16  -d, --verbose              log debug output
    17```
    18
    19### SEE ALSO
    20
    21* [cosign](cosign.md)	 - A tool for Container Signing, Verification and Storage in an OCI registry.
    22* [cosign download attestation](cosign_download_attestation.md)	 - Download in-toto attestations from the supplied container image
    23* [cosign download sbom](cosign_download_sbom.md)	 - DEPRECATED: Download SBOMs from the supplied container image
    24* [cosign download signature](cosign_download_signature.md)	 - Download signatures from the supplied container image
    25

View as plain text