]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/svcat/README.md
0bc60b117ca8e2c1cf5f591e31700914391870b2
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / svcat / README.md
1 # svcat
2
3 This plugin provides completion for the [Kubernetes service catalog cli](https://github.com/kubernetes-incubator/service-catalog).
4
5 To use it, add `svcat` to the plugins array in your zshrc file.
6
7 ```
8 plugins=(... svcat)
9 ```