blob: 0bc60b117ca8e2c1cf5f591e31700914391870b2 (
plain)
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)
```
|