README.md 234 Bytes
Newer Older
Ben Davies's avatar
Ben Davies committed
1
2
3
4
5
6
7
8
9
# svcat

This plugin provides completion for the [Kubernetes service catalog cli](https://github.com/kubernetes-incubator/service-catalog).

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

```
plugins=(... svcat)
```