mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
Include news aliases for Helm commands
This commit is contained in:
parent
b0204f7839
commit
bc30c9ad93
2 changed files with 55 additions and 8 deletions
|
|
@ -13,7 +13,31 @@ else
|
|||
fi
|
||||
|
||||
alias h='helm'
|
||||
alias hco='helm completion'
|
||||
alias hct='helm create'
|
||||
alias hde='helm delete'
|
||||
alias hen='helm env'
|
||||
alias hgm='helm get manifest'
|
||||
alias hhp='helm help'
|
||||
alias hid='helm install --debug --dry-run'
|
||||
alias hin='helm install'
|
||||
alias hun='helm uninstall'
|
||||
alias hls='helm list'
|
||||
alias hlt='helm lint'
|
||||
alias hpl='helm pull'
|
||||
alias hps='helm push'
|
||||
alias hra='helm repo add'
|
||||
alias hrb='helm rollback'
|
||||
alias hrr='helm repo remove'
|
||||
alias hru='helm repo update'
|
||||
alias hse='helm search'
|
||||
alias hsh='helm show'
|
||||
alias hss='helm satuts'
|
||||
alias hst='helm history'
|
||||
alias hte='helm template'
|
||||
alias htt='helm test'
|
||||
alias hui='helm upgrade -i'
|
||||
alias hun='helm uninstall'
|
||||
alias hup='helm upgrade'
|
||||
alias hvn='helm version'
|
||||
alias hvy='helm verify'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue