mirror of https://github.com/knative/client.git
33 lines
1.1 KiB
Markdown
33 lines
1.1 KiB
Markdown
## kn
|
|
|
|
kn manages Knative Serving and Eventing resources
|
|
|
|
### Synopsis
|
|
|
|
kn is the command line interface for managing Knative Serving and Eventing resources
|
|
|
|
Find more information about Knative at: https://knative.dev
|
|
|
|
### Options
|
|
|
|
```
|
|
--config string kn configuration file (default: ~/.config/kn/config.yaml)
|
|
-h, --help help for kn
|
|
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
|
|
--log-http log http traffic
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [kn broker](kn_broker.md) - Manage message broker
|
|
* [kn completion](kn_completion.md) - Output shell completion code
|
|
* [kn options](kn_options.md) - Print the list of flags inherited by all commands
|
|
* [kn plugin](kn_plugin.md) - Manage kn plugins
|
|
* [kn revision](kn_revision.md) - Manage service revisions
|
|
* [kn route](kn_route.md) - List and describe service routes
|
|
* [kn service](kn_service.md) - Manage Knative services
|
|
* [kn source](kn_source.md) - Manage event sources
|
|
* [kn trigger](kn_trigger.md) - Manage event triggers
|
|
* [kn version](kn_version.md) - Show the version of this client
|
|
|