mirror of https://github.com/knative/client.git
28 lines
751 B
Markdown
28 lines
751 B
Markdown
## kn
|
|
|
|
Knative client
|
|
|
|
### Synopsis
|
|
|
|
Manage your Knative building blocks:
|
|
|
|
Serving: Manage your services and release new software to them.
|
|
Build: Create builds and keep track of their results.
|
|
Eventing: Manage event subscriptions and channels. Connect up event sources.
|
|
|
|
### Options
|
|
|
|
```
|
|
--config string config file (default is $HOME/.kn.yaml)
|
|
-h, --help help for kn
|
|
--kubeconfig string kubectl config file (default is $HOME/.kube/config)
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [kn completion](kn_completion.md) - Output shell completion code (default Bash)
|
|
* [kn revision](kn_revision.md) - Revision command group
|
|
* [kn service](kn_service.md) - Service command group
|
|
* [kn version](kn_version.md) - Prints the client version
|
|
|