parent
fc44c49cca
commit
7ea8a93bb8
2 changed files with 15 additions and 1 deletions
@ -1,9 +1,18 @@ |
||||
# Helm plugin |
||||
|
||||
This plugin adds completion for [Helm](https://helm.sh/), the Kubernetes package manager. |
||||
This plugin adds completion and aliases for [Helm](https://helm.sh/), the Kubernetes package manager. |
||||
|
||||
To use it, add `helm` to the plugins array in your zshrc file: |
||||
|
||||
```zsh |
||||
plugins=(... helm) |
||||
``` |
||||
|
||||
## Aliases |
||||
|
||||
| Alias | Full command | |
||||
| ----- | ------------ | |
||||
| h | helm | |
||||
| hin | helm install | |
||||
| hse | helm search | |
||||
| hup | helm upgrade | |
||||
|
||||
Loading…
Reference in new issue