mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-05 21:31:04 +01:00
d0c06d9ec8
Including a Kubernetes Service Catalog plugin
9 lines
234 B
Markdown
9 lines
234 B
Markdown
# 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)
|
|
```
|