Skip to content

Commit 581f0a6

Browse files
author
zhouhao
committed
Information complement
Signed-off-by: zhouhao <[email protected]>
1 parent f24d27b commit 581f0a6

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

cmd/oci-create-runtime-bundle/oci-create-runtime-bundle.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ oci-create-runtime-bundle \- Create an OCI runtime bundle
66

77
# SYNOPSIS
88
**oci-create-runtime-bundle** [src] [dest] [flags]
9+
**oci-create-runtime-bundle** [--help|--version]
910

1011
# DESCRIPTION
1112
`oci-create-runtime-bundle` validates an application/vnd.oci.image.manifest.v1+json and unpacks its layered filesystem to `dest/rootfs`, although the target directory is configurable with `--rootfs`. See **oci-unpack**(1) for more details on this process.
@@ -26,6 +27,9 @@ runtime-spec-compatible `dest/config.json`.
2627
**--type**
2728
Type of the file to unpack. If unset, oci-create-runtime-bundle will try to auto-detect the type. One of "imageLayout,image"
2829

30+
**--version**
31+
Print version information and exit.
32+
2933
# EXAMPLES
3034
```
3135
$ skopeo copy docker://busybox oci:busybox-oci

cmd/oci-image-validate/oci-image-validate.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ oci-image-validate \- Validate one or more image files
66

77
# SYNOPSIS
88
**oci-image-validate** FILE... [flags]
9+
**oci-image-validate** [--help|--version]
910

1011
# DESCRIPTION
1112
`oci-image-validate` validates the given file(s) against the OCI image specification.
@@ -25,6 +26,9 @@ oci-image-validate \- Validate one or more image files
2526
**--type**
2627
Type of the file to validate. If unset, oci-image-validate will try to auto-detect the type. One of "imageLayout,image,manifest,manifestList,config"
2728

29+
**--version**
30+
Print version information and exit.
31+
2832
# EXAMPLES
2933
```
3034
$ skopeo copy docker://busybox oci:busybox-oci

cmd/oci-unpack/oci-unpack.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ oci-unpack \- Unpack an image or image source layout
66

77
# SYNOPSIS
88
**oci-unpack** [src] [dest] [flags]
9+
**oci-unpack** [--help|--version]
910

1011
# DESCRIPTION
1112
`oci-unpack` validates an application/vnd.oci.image.manifest.v1+json and unpacks its layered filesystem to `dest`.
@@ -20,6 +21,9 @@ oci-unpack \- Unpack an image or image source layout
2021
**--type**
2122
Type of the file to unpack. If unset, oci-unpack will try to auto-detect the type. One of "imageLayout,image"
2223

24+
**--version**
25+
Print version information and exit.
26+
2327
# EXAMPLES
2428
```
2529
$ skopeo copy docker://busybox oci:busybox-oci

0 commit comments

Comments
 (0)