1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 07:50:40 +01:00
Files
oh-my-zsh/plugins/helmfile/README.md
2024-10-23 09:07:59 +02:00

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 |