client/docs/README.md

23 lines
676 B
Markdown

# kn
`kn` is the Knative command line interface (CLI). Check out the
[official documentation](https://knative.dev/docs/client/).
## Commands
- See the [generated documentation](cmd/kn.md)
- See the documentation on [managing `kn`](operations/management.md)
## Plugins
Kn supports plugins, which allow you to extend the functionality of your `kn`
installation with custom commands and shared commands that are not part
of the core distribution of `kn`. See the
[plugins documentation](plugins/README.md) for more information.
## More information on `kn`:
- [Workflows](workflows/README.md)
- [Operations](operations/README.md)
- [Traffic Splitting](traffic/README.md)