📄️ Use the ORAS command line
To list available commands, either run oras with no parameters or execute oras help:
📄️ oras attach
Attach files to an existing artifact.
📄️ 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 delete
Delete a manifest from 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 remote registry.
📄️ oras pull
Pull files from remote registry.
📄️ oras push
Push files to remote registry.
📄️ oras repo ls
List the repositories under the registry.
📄️ oras repo tags
Show tags of the target repository.
📄️ oras tag
Tag a manifest in the remote registry.
📄️ oras version
Show the oras version information