github.com/vtuson/helm@v2.8.2+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 "~/.helm")
    22        --host string                     address of Tiller. Overrides $HELM_HOST
    23        --kube-context string             name of the kubeconfig context to use
    24        --tiller-connection-timeout int   the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
    25        --tiller-namespace string         namespace of Tiller (default "kube-system")
    26  ```
    27  
    28  ### SEE ALSO
    29  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    30  
    31  ###### Auto generated by spf13/cobra on 8-Mar-2018