2018-10-24 13:56:51 +00:00
|
|
|
# Helm plugin
|
|
|
|
|
2022-12-02 12:49:00 +00:00
|
|
|
This plugin adds completion and aliases for [Helm](https://helm.sh/), the Kubernetes package manager.
|
2018-10-24 13:56:51 +00:00
|
|
|
|
|
|
|
To use it, add `helm` to the plugins array in your zshrc file:
|
|
|
|
|
|
|
|
```zsh
|
|
|
|
plugins=(... helm)
|
|
|
|
```
|
2022-12-02 12:49:00 +00:00
|
|
|
|
|
|
|
## Aliases
|
|
|
|
|
|
|
|
| Alias | Full command |
|
|
|
|
| ----- | ------------ |
|
|
|
|
| h | helm |
|
|
|
|
| hin | helm install |
|
|
|
|
| hse | helm search |
|
|
|
|
| hup | helm upgrade |
|