mirror of https://github.com/knative/client.git
31 lines
521 B
Markdown
31 lines
521 B
Markdown
## kn completion
|
|
|
|
Output shell completion code (default Bash)
|
|
|
|
### Synopsis
|
|
|
|
Output shell completion code (default Bash)
|
|
|
|
```
|
|
kn completion [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for completion
|
|
--zsh Generates completion code for Zsh shell.
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
--config string config file (default is $HOME/.kn/config.yaml)
|
|
--kubeconfig string kubectl config file (default is $HOME/.kube/config)
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [kn](kn.md) - Knative client
|
|
|