diff --git a/cmd/oras/pull.go b/cmd/oras/pull.go index 9a4e7dc4e..0bbdc0ea1 100644 --- a/cmd/oras/pull.go +++ b/cmd/oras/pull.go @@ -51,15 +51,9 @@ func pullCmd() *cobra.Command { Short: "Pull files from remote registry", Long: `Pull files from remote registry -Example - Pull only files with the "application/vnd.oci.image.layer.v1.tar" media type (default): +Example - Pull all files: oras pull localhost:5000/hello:latest -Example - Pull only files with the custom "application/vnd.me.hi" media type: - oras pull localhost:5000/hello:latest -t application/vnd.me.hi - -Example - Pull all files, any media type: - oras pull localhost:5000/hello:latest -a - Example - Pull files from the insecure registry: oras pull localhost:5000/hello:latest --insecure