mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-13 22:28:25 +08:00
403 B
403 B
Helmfile plugin
This plugin adds completion and aliases for Helmfile, the declarative helm charts deployer.
To use it, add helmfile to the plugins array in your zshrc file:
plugins=(... helmfile)
Aliases
| Alias | Full command |
|---|---|
| hf | helmfile |
| hfi | helmfile --interactive |