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
For some reason using node to decode strings doesn't seem to work.
I propose we update the command to use bash
# encode echo XXXXX | base64 # decode echo XXXXX | base64 -D
The text was updated successfully, but these errors were encountered:
In addition to this it should copy the output to the clipboard
$ c kc secret XXXXX Copied XXXXX to the clipboard $
Sorry, something went wrong.
I was thinking the command should be updated to set and get the value from the actual YAML file...
Yeah that would be good, a bit more complex though when you take into account the different environments.
allanchau
No branches or pull requests
For some reason using node to decode strings doesn't seem to work.
I propose we update the command to use bash
The text was updated successfully, but these errors were encountered: