mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-14 22:47:45 +08:00
17 lines
403 B
Markdown
17 lines
403 B
Markdown
# Helmfile plugin
|
|
|
|
This plugin adds completion and aliases for [Helmfile](https://helmfile.readthedocs.io/), the declarative helm charts deployer.
|
|
|
|
To use it, add `helmfile` to the plugins array in your zshrc file:
|
|
|
|
```zsh
|
|
plugins=(... helmfile)
|
|
```
|
|
|
|
## Aliases
|
|
|
|
| Alias | Full command |
|
|
| ----- | ---------------------- |
|
|
| hf | helmfile |
|
|
| hfi | helmfile --interactive |
|