summaryrefslogtreecommitdiff
path: root/plugins/kops/README.md
blob: 1983afab45604ea4ae6bbd76df0930aa7c34c6dc (plain)
1
2
3
4
5
6
7
8
9
# kops

This plugin provides completion for [kops](https://github.com/kubernetes/kops).

To use it, add `kops` to the plugins array in your zshrc file.

```
plugins=(... kops)
```