mirror of https://github.com/knative/client.git
31 lines
468 B
Markdown
31 lines
468 B
Markdown
## kn version
|
|
|
|
Prints the client version
|
|
|
|
### Synopsis
|
|
|
|
Prints the client version
|
|
|
|
```
|
|
kn version [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for version
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
--config string kn config file (default is $HOME/.kn/config.yaml)
|
|
--kubeconfig string kubectl config file (default is $HOME/.kube/config)
|
|
--log-http log http traffic
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [kn](kn.md) - Knative client
|
|
|