Commit 228060a1 authored by Matt Butcher's avatar Matt Butcher

fix(helm): update main help text

parent 5e1ef0ce
......@@ -19,21 +19,20 @@ var globalUsage = `The Kubernetes package manager
To begin working with Helm, run the 'helm init' command:
$ helm init
$ helm init
This will install Tiller to your running Kubernetes cluster.
It will also set up any necessary local configuration.
Commond actions from this point on include:
Common actions from this point include:
- helm search: search for charts
- helm fetch: download a chart to your local directory to view
- helm install: upload the chart to Kubernetes
- helm list: list releases of charts
ENVIRONMENT:
$HELM_HOME: Set an alternative location for Helm files.
By default, these are stored in ~/.helm
Environment:
$HELM_HOME Set an alternative location for Helm files. By default, these are stored in ~/.helm
`
// RootCommand is the top-level command for Helm.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment