ohmyzsh/plugins/helmfile
2024-10-23 09:07:59 +02:00
..
helmfile.plugin.zsh feat(helmfile): introduce helmfile plugin 2024-10-23 09:07:59 +02:00
README.md feat(helmfile): introduce helmfile plugin 2024-10-23 09:07:59 +02:00

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