summaryrefslogtreecommitdiff
path: root/plugins/kn/README.md
blob: d2eb9b31d29867c931e5d8f2c317975e0a95888c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# kn - Knative CLI

This plugin provides autocompletion for [kn](https://knative.dev/docs/install/client/install-kn/) operations.

To use it, add `kn` to the plugins array of your zshrc file:

```zsh
plugins=(... kn)
```

## See Also

+ [kn/client](https://github.com/knative/client)

## Contributors

+ [btannous](https://github.com/btannous) - Plugin Author