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
"docker-credential-pass list" is searched well, but "docker-credential-pass get/store/erase" does not work. what should I do?
The text was updated successfully, but these errors were encountered:
I have the same problem: those commands simply don't return/finish... I am using version 0.7.0.
Is there any guidance on how to troubleshoot this?
Sorry, something went wrong.
The helpers waits for input after get/store/erase options. For example, get waits for
get/store/erase
get
raw value for the ServerURL
$ docker-credential-pass get $ some.repo.com Ctrl+D
store waits for complete JSON for new entry:
store
$ docker-credential-pass store $ {"ServerURL": "some.repo.com","Username": "username777","Secret": "secret777"} Ctrl+D
No branches or pull requests
"docker-credential-pass list" is searched well, but "docker-credential-pass get/store/erase" does not work.
what should I do?
The text was updated successfully, but these errors were encountered: