mirror of
https://github.com/rancher/k3k.git
synced 2026-03-27 13:56:54 +00:00
* adding scripts for asciidoc cli generation * fix small typos to align to existing docs * added pandoc * pandoc check
32 lines
460 B
Markdown
32 lines
460 B
Markdown
## k3kcli policy list
|
|
|
|
List all existing policies.
|
|
|
|
```
|
|
k3kcli policy list [flags]
|
|
```
|
|
|
|
### Examples
|
|
|
|
```
|
|
k3kcli policy list [command options]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for list
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
--debug Turn on debug logs
|
|
--kubeconfig string kubeconfig path ($HOME/.kube/config or $KUBECONFIG if set)
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [k3kcli policy](k3kcli_policy.md) - K3k policy command.
|
|
|