nelm

Kubernetes deployment tool for managing and deploying Helm Charts

brewmacoslinux
Try with needOr install directly
Source

About

Kubernetes deployment tool that manages and deploys Helm Charts

Commands

nelm

Examples

Deploy a Helm chart to a Kubernetes cluster$ nelm deploy -f values.yaml mychart
List all deployed releases$ nelm list
Upgrade an existing Helm chart deployment$ nelm upgrade myrelease mychart --values values.yaml