]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/kn/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / kn / README.md
1 # kn - Knative CLI
2
3 This plugin provides autocompletion for [kn](https://knative.dev/docs/install/client/install-kn/) operations.
4
5 To use it, add `kn` to the plugins array of your zshrc file:
6
7 ```zsh
8 plugins=(... kn)
9 ```
10
11 ## See Also
12
13 + [kn/client](https://github.com/knative/client)
14
15 ## Contributors
16
17 + [btannous](https://github.com/btannous) - Plugin Author