helmsman

Declarative Helm Charts management and deployment tool

brewmacoslinux
Try with needOr install directly
Source

About

Helm Charts as Code tool

Commands

helmsman

Examples

Deploy Helm charts defined in a declarative state file$ helmsman -f mystate.yaml
Validate the state file without applying changes (dry-run)$ helmsman -f mystate.yaml --dry-run
Apply changes and show verbose output for debugging$ helmsman -f mystate.yaml -v