helmfile
2 commands
2 shown
Apply with diff gate per env
apply runs diff first and only syncs changed releases; idempotent gitops loop
helmfile -e prod diff && helmfile -e prod apply
Target release by selector
Sync a single labeled release from a large helmfile; modern: -l app=web,tier=fe
helmfile -e prod -l name=<name> apply
no commands match