Use the ORAS command line
To list available commands, either run oras
with no parameters or execute oras help
:
$ oras
Usage:
oras [command]
Available Commands:
attach Attach files to an existing artifact
blob Blob operations
completion Generate the autocompletion script for the specified shell
cp Copy artifacts from one target to another
discover Discover referrers of a manifest in the remote registry
help Help about any command
login Log in to a remote registry
logout Log out from a remote registry
manifest Manifest operations
pull Pull files from remote registry
push Push files to remote registry
repo Repository operations
tag Tag a manifest in the remote registry
version Show the oras version information
Flags:
-h, --help help for oras
Use "oras [command] --help" for more information about a command.
See also
- oras attach - Attach files to an existing artifact
- oras blob - Blob operations
- oras blob delete - Delete a blob from a remote registry
- oras blob fetch - Fetch a blob from a remote registry
- oras blob push - Push a blob to a remote registry
- oras copy - Copy artifacts from one target to another
- oras discover - Discover referrers of a manifest in the remote registry
- oras login - Log in to a remote registry
- oras logout - Log out from a remote registry
- oras manifest - Manifest operations
- oras manifest delete - Delete a manifest from a remote registry
- oras manifest fetch-config - Fetch the config of a manifest from a remote registry
- oras manifest fetch - Fetch manifest of the target artifact
- oras manifest push - Push a manifest to a remote registry
- oras pull - Pull files from a remote registry
- oras push - Push files to a remote registry
- oras repository - Repository operations
- oras tag - Tag a manifest in the remote registry
- oras version - Show ORAS CLI version
Last update: November 15, 2022