Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions cmd/oci-image-tool/man/oci-image-tool-validate.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ oci-image-tool-validate \- Validate one or more image files
**--help**
Print usage statement

**--ref**
The ref pointing to the manifest to be validated. This must be present in the "refs" subdirectory of the image. Only applicable if type is image or imageLayout. (default "v1.0")
**--ref** NAME
The reference to validate (should point to a manifest).
Can be specified multiple times to validate multiple references.
`NAME` must be present in the `refs` subdirectory of the image.
Defaults to `v1.0`.
Only applicable if type is image or imageLayout.

**--type**
Type of the file to validate. If unset, oci-image-tool will try to auto-detect the type. One of "imageLayout,image,manifest,manifestList,config"
Expand Down