We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
discover, repo ls and repo tags commands won't show input prompt, when username is provided but password is not provided.
discover
repo ls
repo tags
If username is provided via -u/username flag and no password is provided via -p/password flag, should prompt for password input.
-u/username
-p/password
oras discover <reg>/<repo>:<tag> -u <username> oras repo tags <reg>/<repo> -u <username> oras repo ls <reg> -u <username>
0.16.0
Ubuntu 20.04
The text was updated successfully, but these errors were encountered:
fix: add stdin password for discover, repo ls and repo tags (#725)
22697f9
Resolves #724 Signed-off-by: Billy Zha <jinzha1@microsoft.com>
fix: add stdin password for discover, repo ls and repo tags (or…
f496a13
…as-project#725) Resolves oras-project#724 Signed-off-by: Billy Zha <jinzha1@microsoft.com>
qweeah
Successfully merging a pull request may close this issue.
What happened in your environment?
discover
,repo ls
andrepo tags
commands won't show input prompt, when username is provided but password is not provided.What did you expect to happen?
If username is provided via
-u/username
flag and no password is provided via-p/password
flag, should prompt for password input.How can we reproduce it?
oras discover <reg>/<repo>:<tag> -u <username>
oras repo tags <reg>/<repo> -u <username>
oras repo ls <reg> -u <username>
What is the version of your ORAS CLI?
0.16.0
What is your OS environment?
Ubuntu 20.04
Are you willing to submit PRs to fix it?
The text was updated successfully, but these errors were encountered: