mirror of https://github.com/knative/client.git
31 lines
912 B
Markdown
31 lines
912 B
Markdown
## kn
|
|
|
|
Knative client
|
|
|
|
### Synopsis
|
|
|
|
Manage your Knative building blocks:
|
|
|
|
* Serving: Manage your services and release new software to them.
|
|
* Eventing: Manage event subscriptions and channels. Connect up event sources.
|
|
|
|
### Options
|
|
|
|
```
|
|
--config string kn config file (default is $HOME/.kn/config.yaml)
|
|
-h, --help help for kn
|
|
--kubeconfig string kubectl config file (default is $HOME/.kube/config)
|
|
--log-http log http traffic
|
|
--lookup-plugins look for kn plugins in $PATH
|
|
--plugins-dir string kn plugins directory (default "~/.kn/plugins")
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [kn plugin](kn_plugin.md) - Plugin command group
|
|
* [kn revision](kn_revision.md) - Revision command group
|
|
* [kn route](kn_route.md) - Route command group
|
|
* [kn service](kn_service.md) - Service command group
|
|
* [kn version](kn_version.md) - Prints the client version
|
|
|