Helm Commands
Helm commands you need to know
On this page
Helm Commands
The helm
command is the primary interface for interacting with Helm. It provides a number of ways to manage the Helm environment, including:
Managing repositories with the
helm repo
command groupInstalling, upgrading, and deleting Helm charts with the
helm install
commandManaging releases with the
helm upgrade
commandManaging releases with the
helm uninstall
commandManaging releases with the
helm rollback
commandManaging releases with the
helm history
commandManaging releases with the
helm status
commandManaging releases with the
helm get
commandManaging releases with the
helm ls
commandManaging releases with the
helm test
commandManaging releases with the
helm template
commandManaging releases with the
helm lint
commandManaging releases with the
helm package
commandManaging releases with the
helm plugin
commandManaging releases with the
helm completion
commandManaging releases with the
helm version
commandManaging releases with the
helm env
commandManaging releases with the
helm create
commandManaging releases with the
helm repo add
commandManaging releases with the
helm repo update
commandManaging releases with the
helm repo remove
commandManaging releases with the
helm repo list
commandManaging releases with the
helm repo index
commandManaging releases with the
helm repo build
command