mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-08 00:10:41 +01:00
feat(helmfile): introduce helmfile plugin
This commit is contained in:
16
plugins/helmfile/README.md
Normal file
16
plugins/helmfile/README.md
Normal 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 |
|
||||
Reference in New Issue
Block a user