Use the ORAS command line
To list available commands, either run oras with no parameters or execute oras help:
oras attach
[Preview] Attach files to an existing artifact
oras blob delete
Delete a blob from a remote registry
oras blob fetch
Fetch a blob from a registry or an OCI image layout
oras blob push
Push a blob to a registry or an OCI image layout
oras completion bash
Generate the autocompletion script for the bash shell.
oras completion zsh
Generate the autocompletion script for the zsh shell.
oras completion fish
Generate the autocompletion script for the fish shell.
oras completion powershell
Generate the autocompletion script for powershell.
oras cp
Copy artifacts from one target to another. When copying an image index, all of its manifests will be copied
oras discover
[Preview] Discover referrers of a manifest in a registry or an OCI image layout
oras help
Help provides help for any command in the application.
oras login
Log in to a remote registry
oras logout
Log out from a remote registry
oras manifest delete
Delete a manifest from remote registry
oras manifest fetch
Fetch manifest of the target artifact
oras manifest fetch-config
Fetch the config of a manifest from a registry or an OCI image layout
oras manifest push
Push a manifest to a registry or an OCI image layout
oras pull
Pull files from a registry or an OCI image layout
oras push
Push files to a registry or an OCI image layout
oras repo ls
List the repositories under the registry
oras repo tags
Show tags of the target repository
oras resolve
[Experimental] Resolves digest of the target artifact
oras tag
Tag a manifest in a registry or an OCI image layout
oras version
Show the oras version information