mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Add new kubectl alias to list all contexts (#7823)
* Add alias to list all contexts * Update readme to include new alias
This commit is contained in:
parent
f62a71e9de
commit
60736c9f37
2 changed files with 4 additions and 0 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue