...
1## cosign manifest
2
3Provides utilities for discovering images in and performing operations on Kubernetes manifests
4
5### Options
6
7```
8 -h, --help help for manifest
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 manifest verify](cosign_manifest_verify.md) - Verify all signatures of images specified in the manifest
23
View as plain text