Helm Commands
Here youβll find the list of CLI commands for Helm, with help info on their usage.
ποΈ helm
The Helm package manager for Kubernetes.
ποΈ helm completion
generate autocompletion scripts for the specified shell
ποΈ helm completion bash
generate autocompletion script for bash
ποΈ helm completion fish
generate autocompletion script for fish
ποΈ helm completion powershell
generate autocompletion script for powershell
ποΈ helm completion zsh
generate autocompletion script for zsh
ποΈ helm create
create a new chart with the given name
ποΈ helm dependency
manage a chart's dependencies
ποΈ helm dependency build
rebuild the charts/ directory based on the Chart.lock file
ποΈ helm dependency list
list the dependencies for the given chart
ποΈ helm dependency update
update charts/ based on the contents of Chart.yaml
ποΈ helm env
helm client environment information
ποΈ helm get
download extended information of a named release
ποΈ helm get all
download all information for a named release
ποΈ helm get hooks
download all hooks for a named release
ποΈ helm get manifest
download the manifest for a named release
ποΈ helm get metadata
This command fetches metadata for a given release
ποΈ helm get notes
download the notes for a named release
ποΈ helm get values
download the values file for a named release
ποΈ helm history
fetch release history
ποΈ helm install
install a chart
ποΈ helm lint
examine a chart for possible issues
ποΈ helm list
list releases
ποΈ helm package
package a chart directory into a chart archive
ποΈ helm plugin
install, list, or uninstall Helm plugins
ποΈ helm plugin install
install a Helm plugin
ποΈ helm plugin list
list installed Helm plugins
ποΈ helm plugin uninstall
uninstall one or more Helm plugins
ποΈ helm plugin update
update one or more Helm plugins
ποΈ helm pull
download a chart from a repository and (optionally) unpack it in local directory
ποΈ helm push
push a chart to remote
ποΈ helm registry
login to or logout from a registry
ποΈ helm registry login
login to a registry
ποΈ helm registry logout
logout from a registry
ποΈ helm repo
add, list, remove, update, and index chart repositories
ποΈ helm repo add
add a chart repository
ποΈ helm repo index
generate an index file given a directory containing packaged charts
ποΈ helm repo list
list chart repositories
ποΈ helm repo remove
remove one or more chart repositories
ποΈ helm repo update
update information of available charts locally from chart repositories
ποΈ helm rollback
roll back a release to a previous revision
ποΈ helm search
search for a keyword in charts
ποΈ helm search hub
search for charts in the Artifact Hub or your own hub instance
ποΈ helm search repo
search repositories for a keyword in charts
ποΈ helm show
show information of a chart
ποΈ helm show all
show all information of the chart
ποΈ helm show chart
show the chart's definition
ποΈ helm show crds
show the chart's CRDs
ποΈ helm show readme
show the chart's README
ποΈ helm show values
show the chart's values
ποΈ helm status
display the status of the named release
ποΈ helm template
locally render templates
ποΈ helm test
run tests for a release
ποΈ helm uninstall
uninstall a release
ποΈ helm upgrade
upgrade a release
ποΈ helm verify
verify that a chart at the given path has been signed and is valid
ποΈ helm version
print the client version information