mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-01-09 03:53:10 +01:00
added svcat plugin (#7452)
Including a Kubernetes Service Catalog plugin
This commit is contained in:
committed by
Robby Russell
parent
64976138b6
commit
d0c06d9ec8
9
plugins/svcat/README.md
Normal file
9
plugins/svcat/README.md
Normal file
@@ -0,0 +1,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)
|
||||
```
|
||||
Reference in New Issue
Block a user