...
1## cosign upload
2
3Provides utilities for uploading artifacts to a registry
4
5### Options
6
7```
8 -h, --help help for upload
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 upload blob](cosign_upload_blob.md) - Upload one or more blobs to the supplied container image address.
23* [cosign upload wasm](cosign_upload_wasm.md) - Upload a wasm module to the supplied container image reference
24
View as plain text