Better Readme
This commit is contained in:
parent
0af0d5a1ed
commit
e89ef4c1ec
13
README.md
13
README.md
@ -3,16 +3,27 @@
|
|||||||
|
|
||||||
kubers is a super simple tool that reveals k8s secrets using kubectl and yq
|
kubers is a super simple tool that reveals k8s secrets using kubectl and yq
|
||||||
|
|
||||||
|
The tool requires `yq` and `kubectl`
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
kubers [-V | --version] [-h | --help] [-n | --namespace <namespace>] [-c <name>=<value>]
|
kubers [-V | --version] [-h | --help] [-n | --namespace <namespace>] [-c <name>=<value>]
|
||||||
<secret_name> [<entry_name>]
|
<secret_name> [<entry_name>]
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
If you want to reveal all entries in the current k8s namespace
|
If you want to reveal all entries in the current k8s namespace
|
||||||
|
|
||||||
|
```
|
||||||
$ kubers
|
$ kubers
|
||||||
|
```
|
||||||
|
|
||||||
If you want to reveal only one entry from the secret in the current namepspace
|
If you want to reveal only one entry from the secret in the current namepspace
|
||||||
|
|
||||||
|
```
|
||||||
$ kubers
|
$ kubers
|
||||||
|
```
|
||||||
|
|
||||||
If you want to reveal a secret from another namespace
|
If you want to reveal a secret from another namespace
|
||||||
|
|
||||||
|
```
|
||||||
$ kubers -n
|
$ kubers -n
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user