rajatjindal / kubectl-modify-secret

kubectl-modify-secrets allows user to directly modify the secret without worrying about base64 encoding/decoding
Apache License 2.0
139 stars 12 forks source link

--print option to print the secret without opening it in a text editor #29

Open xgaia opened 1 year ago

xgaia commented 1 year ago

Hi @rajatjindal , thanks for this plugin :slightly_smiling_face:

Sometimes, I just want to print the secret without editing it, an option like --print will be great to just print the secret without open an editor.

rajatjindal commented 8 months ago

Hi @xgaia, sorry for the (super) late response. there is a kubectl-view-secret which I believe do the same. https://github.com/elsesiy/kubectl-view-secret

does that work for you? thanks