README.md 180 Bytes
Newer Older
Jorge Vargas's avatar
Jorge Vargas committed
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)
```