Skip to content
New issue

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 get/store/erase" does not work. #185

Open
ijina91 opened this issue Aug 9, 2020 · 2 comments
Open

"docker-credential-pass get/store/erase" does not work. #185

ijina91 opened this issue Aug 9, 2020 · 2 comments

Comments

@ijina91
Copy link

ijina91 commented Aug 9, 2020

"docker-credential-pass list" is searched well, but "docker-credential-pass get/store/erase" does not work.
what should I do?

@andreminelli
Copy link

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?

@neverd1m
Copy link

The helpers waits for input after get/store/erase options. For example, get waits for

raw value for the ServerURL

$ docker-credential-pass get
$ some.repo.com
Ctrl+D

store waits for complete JSON for new entry:

$ docker-credential-pass store
$ {"ServerURL": "some.repo.com","Username": "username777","Secret": "secret777"}
Ctrl+D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants