mirror of https://github.com/knative/client.git
37 lines
936 B
Markdown
37 lines
936 B
Markdown
## kn source
|
|
|
|
Manage event sources
|
|
|
|
### Synopsis
|
|
|
|
Manage event sources
|
|
|
|
```
|
|
kn source SOURCE|COMMAND
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for source
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
--config string kn configuration file (default: ~/.config/kn/config.yaml)
|
|
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
|
|
--log-http log http traffic
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [kn](kn.md) - kn manages Knative Serving and Eventing resources
|
|
* [kn source apiserver](kn_source_apiserver.md) - Manage Kubernetes api-server sources
|
|
* [kn source binding](kn_source_binding.md) - Manage sink bindings
|
|
* [kn source container](kn_source_container.md) - Manage container sources
|
|
* [kn source list](kn_source_list.md) - List event sources
|
|
* [kn source list-types](kn_source_list-types.md) - List event source types
|
|
* [kn source ping](kn_source_ping.md) - Manage ping sources
|
|
|