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

Base64 decode doesn't work #20

Open
allanchau opened this issue Apr 12, 2019 · 3 comments
Open

Base64 decode doesn't work #20

allanchau opened this issue Apr 12, 2019 · 3 comments
Assignees
Labels

Comments

@allanchau
Copy link
Member

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
@allanchau allanchau self-assigned this Apr 12, 2019
@allanchau
Copy link
Member Author

In addition to this it should copy the output to the clipboard

$ c kc secret XXXXX
Copied XXXXX to the clipboard
$

@smebberson
Copy link
Member

I was thinking the command should be updated to set and get the value from the actual YAML file...

@allanchau
Copy link
Member Author

Yeah that would be good, a bit more complex though when you take into account the different environments.

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

No branches or pull requests

2 participants