mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-23 14:20:08 +00:00
Add rename-context alias to kubectl plugin
This commit is contained in:
parent
af0c3b64b8
commit
3ff3333b64
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ alias kcuc='kubectl config use-context'
|
||||||
alias kcsc='kubectl config set-context'
|
alias kcsc='kubectl config set-context'
|
||||||
alias kcdc='kubectl config delete-context'
|
alias kcdc='kubectl config delete-context'
|
||||||
alias kccc='kubectl config current-context'
|
alias kccc='kubectl config current-context'
|
||||||
|
alias kcrc='kubectl config rename-context'
|
||||||
|
|
||||||
# List all contexts
|
# List all contexts
|
||||||
alias kcgc='kubectl config get-contexts'
|
alias kcgc='kubectl config get-contexts'
|
||||||
|
|
Loading…
Reference in a new issue