What is the version of your ORAS CLI
v0.16.0
What would you like to be added?
Make --identity-token an alias of --password
Why is this needed for ORAS?
oras supports using identity token as the credential without a username.
The UX of oras login $REGISTRY --password $TOKEN does not seem good enough. It will be better if it is
oras login $REGISTRY --identity-token $TOKEN
Are you willing to submit PRs to contribute to this feature?
What is the version of your ORAS CLI
v0.16.0
What would you like to be added?
Make
--identity-tokenan alias of--passwordWhy is this needed for ORAS?
orassupports using identity token as the credential without a username.The UX of
oras login $REGISTRY --password $TOKENdoes not seem good enough. It will be better if it isAre you willing to submit PRs to contribute to this feature?