github.com/migueleliasweb/helm@v2.6.1+incompatible/docs/helm/helm_home.md (about) 1 ## helm home 2 3 displays the location of HELM_HOME 4 5 ### Synopsis 6 7 8 9 This command displays the location of HELM_HOME. This is where 10 any helm configuration files live. 11 12 13 ``` 14 helm home 15 ``` 16 17 ### Options inherited from parent commands 18 19 ``` 20 --debug enable verbose output 21 --home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm") 22 --host string address of Tiller. Overrides $HELM_HOST 23 --kube-context string name of the kubeconfig context to use 24 --tiller-namespace string namespace of Tiller (default "kube-system") 25 ``` 26 27 ### SEE ALSO 28 * [helm](helm.md) - The Helm package manager for Kubernetes. 29 30 ###### Auto generated by spf13/cobra on 23-Jun-2017