What is the version of your ORAS CLI
oras 1.1.0
What would you like to be added?
Some oras commands like oras copy, oras discover and oras attach require user to specify a tag or digest. If not provided, oras would output error information like:
invalid image reference, expecting name:tag|name@digest
oras should output more specific error info like:
no tag or digest when expecting name:tag|name@digest
Why is this needed for ORAS?
It would make error message more friendly to newbie users who are not familiar with concepts like image reference.
Are you willing to submit PRs to contribute to this feature?
What is the version of your ORAS CLI
oras 1.1.0
What would you like to be added?
Some oras commands like
oras copy,oras discoverandoras attachrequire user to specify a tag or digest. If not provided, oras would output error information like:oras should output more specific error info like:
Why is this needed for ORAS?
It would make error message more friendly to newbie users who are not familiar with concepts like image reference.
Are you willing to submit PRs to contribute to this feature?