kubectl-modify-secret
kubectl-modify-secret copied to clipboard
--print option to print the secret without opening it in a text editor
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.
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