github.com/koderover/helm@v2.17.0+incompatible/docs/helm/helm_home.md (about)

     1  ## helm home
     2  
     3  Displays the location of HELM_HOME
     4  
     5  ### Synopsis
     6  
     7  
     8  This command displays the location of HELM_HOME. This is where
     9  any helm configuration files live.
    10  
    11  
    12  ```
    13  helm home [flags]
    14  ```
    15  
    16  ### Options
    17  
    18  ```
    19    -h, --help   help for home
    20  ```
    21  
    22  ### Options inherited from parent commands
    23  
    24  ```
    25        --debug                           Enable verbose output
    26        --home string                     Location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    27        --host string                     Address of Tiller. Overrides $HELM_HOST
    28        --kube-context string             Name of the kubeconfig context to use
    29        --kubeconfig string               Absolute path of the kubeconfig file to be used
    30        --tiller-connection-timeout int   The duration (in seconds) Helm will wait to establish a connection to Tiller (default 300)
    31        --tiller-namespace string         Namespace of Tiller (default "kube-system")
    32  ```
    33  
    34  ### SEE ALSO
    35  
    36  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    37  
    38  ###### Auto generated by spf13/cobra on 16-May-2019