kubers/README.md
2023-06-01 19:47:16 +02:00

19 lines
507 B
Markdown

# kubers
> Kubecl Reveal Secrets
kubers is a super simple tool that reveals k8s secrets using kubectl and yq
Usage:
kubers [-V | --version] [-h | --help] [-n | --namespace <namespace>] [-c <name>=<value>]
<secret_name> [<entry_name>]
Examples:
If you want to reveal all entries in the current k8s namespace
$ kubers
If you want to reveal only one entry from the secret in the current namepspace
$ kubers
If you want to reveal a secret from another namespace
$ kubers -n