helm
all
A package manager for Kubernetes. Some subcommands such as `install` have their own usage documentation.
More info →Subcommands (1)
Options (4)
booleanList helm repositories
Example:
helm repo {{[ls|list]}}booleanUpdate helm repositories
Example:
helm repo {{[up|update]}}booleanDelete a helm repository
Example:
helm repo {{[rm|remove]}} {{repository_name}}booleanUpdate helm dependencies
Example:
helm {{[dep|dependency]}} {{[up|update]}}Examples (8)
Create a helm chart
helm create chart_nameList helm repositories
helm repo [ls|list]Update helm repositories
helm repo [up|update]Delete a helm repository
helm repo [rm|remove] repository_nameInstall a helm chart
helm install name repository_name/chart_nameDownload helm chart as a `.tar` archive
helm get chart_release_nameUpdate helm dependencies
helm [dep|dependency] [up|update]made by @shridhargupta | data from tldr-pages