Commit d0c06d9e authored by Ben Davies's avatar Ben Davies Committed by Robby Russell
Browse files

added svcat plugin (#7452)

Including a Kubernetes Service Catalog plugin 
parent 64976138
# 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)
```
# Autocompletion for svcat.
#
if [ $commands[svcat] ]; then
source <(svcat completion zsh)
fi
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment