...

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

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

     1## cosign env
     2
     3Prints Cosign environment variables
     4
     5```
     6cosign env [flags]
     7```
     8
     9### Options
    10
    11```
    12  -h, --help                    help for env
    13      --show-descriptions       show descriptions for environment variables (default true)
    14      --show-sensitive-values   show values of sensitive environment variables
    15```
    16
    17### Options inherited from parent commands
    18
    19```
    20      --output-file string   log output to a file
    21  -t, --timeout duration     timeout for commands (default 3m0s)
    22  -d, --verbose              log debug output
    23```
    24
    25### SEE ALSO
    26
    27* [cosign](cosign.md)	 - A tool for Container Signing, Verification and Storage in an OCI registry.
    28

View as plain text