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
$ deis version v2.14.1
Setting registry set value works ok:
deis registry:set username=adnaan password=dummy --app=myapp Applying registry information... done === myapp Registry password dummy username adnaan
Unsetting registry values does not:
$ deis registry:unset username password --app=myapp Applying registry information... Error: Unknown Error (400): {"detail":"unauthorized: authentication required"}
EDIT:
Is this is the intended behaviour here? I expected this to go through while the release fails. Thank you!
The text was updated successfully, but these errors were encountered:
Are you authenticated? This error usually indicates you need to log in with deis login.
deis login
Sorry, something went wrong.
Checked that. Is authenticated.
Interesting. I also notice its a different error message than the usual unauthenticated message, so I don't know what's going on.
This issue was moved to teamhephy/workflow-cli#2
No branches or pull requests
Setting registry set value works ok:
Unsetting registry values does not:
EDIT:
Is this is the intended behaviour here? I expected this to go through while the release fails.
Thank you!
The text was updated successfully, but these errors were encountered: