diff options
author | Miral <13769268+MiralDesai@users.noreply.github.com> | 2019-05-21 23:13:05 +0100 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2019-05-21 15:13:05 -0700 |
commit | 60736c9f37ccf886291a5995dfc6f7215b0d8b56 (patch) | |
tree | 9006f3270f928b8768d04ed182c73cdd0475c8de /plugins/kubectl/README.md | |
parent | f62a71e9de3a98438e7d38040f145fe77dfb48de (diff) | |
download | zsh-60736c9f37ccf886291a5995dfc6f7215b0d8b56.tar.gz zsh-60736c9f37ccf886291a5995dfc6f7215b0d8b56.tar.bz2 zsh-60736c9f37ccf886291a5995dfc6f7215b0d8b56.zip |
Add new kubectl alias to list all contexts (#7823)
* Add alias to list all contexts
* Update readme to include new alias
Diffstat (limited to 'plugins/kubectl/README.md')
-rw-r--r-- | plugins/kubectl/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/kubectl/README.md b/plugins/kubectl/README.md index 3343f0195..0514d8f3f 100644 --- a/plugins/kubectl/README.md +++ b/plugins/kubectl/README.md @@ -22,6 +22,7 @@ plugins=(... kubectl) | kcsc | `kubectl config set-context` | Set a context entry in kubeconfig | | kcdc | `kubectl config delete-context` | Delete the specified context from the kubeconfig | | kccc | `kubectl config current-context` | Display the current-context | +| kcgc | `kubectl config get-contexts` | List of contexts available | | | **General aliases** | | kdel | `kubectl delete` | Delete resources by filenames, stdin, resources and names, or by resources and label selector | | kdelf | `kubectl delete -f` | Delete a pod using the type and name specified in -f argument | |