feat(helmfile): introduce helmfile plugin

This commit is contained in:
Florian Rey 2024-10-13 17:58:02 +02:00
commit bae6eefd69
No known key found for this signature in database
2 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,16 @@
# 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 |