You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ oras manifest index create --oci-layout layout-dir:v1 v1-linux-amd64 v1-linux-arm64 --annotation "platform=multi-arch"Fetching v1-linux-amd64Fetched v1-linux-amd64Fetching v1-linux-arm64Fetched v1-linux-arm64Packed edb5bc1f0b5c application/vnd.oci.image.index.v1+jsonPushed [oci-layout] layout-dir:v1Digest: sha256:edb5bc1f0b5c21e9321b34e50c92beae739250fb88409056e8719d9759f6b5bAn image index has been created and pushed to layout-dir:v1
Why is this needed for ORAS?
Improve usability of ORAS output, make the information much more intuitive to users.
Other client tools like docker has the similar output to show the final execution result.
Are you willing to submit PRs to contribute to this feature?
Yes, I am willing to implement it.
The text was updated successfully, but these errors were encountered:
What is the version of your ORAS CLI
v1.2.0
What would you like to be added?
Suggest adding a standard status output at the end of all
oras
CLI output to show the final execution result.It will be much more straightforward for users to understand which resource has been manipulated by ORAS and where it is.
For example, for
oras manifest index create
:Why is this needed for ORAS?
Improve usability of ORAS output, make the information much more intuitive to users.
Other client tools like
docker
has the similar output to show the final execution result.Are you willing to submit PRs to contribute to this feature?
The text was updated successfully, but these errors were encountered: