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 package
package a plugin directory into a plugin archive
helm plugin uninstall
uninstall one or more Helm plugins
helm plugin update
update one or more Helm plugins
helm plugin verify
verify that a plugin at the given path has been signed and is valid
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 helm version information