...

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

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

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

View as plain text