github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/helm/helm_get.md (about)

     1  ## helm get
     2  
     3  download a named release
     4  
     5  ### Synopsis
     6  
     7  
     8  
     9  This command shows the details of a named release.
    10  
    11  It can be used to get extended information about the release, including:
    12  
    13    - The values used to generate the release
    14    - The chart used to generate the release
    15    - The generated manifest file
    16  
    17  By default, this prints a human readable collection of information about the
    18  chart, the supplied values, and the generated manifest file.
    19  
    20  
    21  ```
    22  helm get [flags] RELEASE_NAME
    23  ```
    24  
    25  ### Options
    26  
    27  ```
    28        --revision int32       get the named release with revision
    29        --tls                  enable TLS for request
    30        --tls-ca-cert string   path to TLS CA certificate file (default "$HELM_HOME/ca.pem")
    31        --tls-cert string      path to TLS certificate file (default "$HELM_HOME/cert.pem")
    32        --tls-key string       path to TLS key file (default "$HELM_HOME/key.pem")
    33        --tls-verify           enable TLS for request and verify remote
    34  ```
    35  
    36  ### Options inherited from parent commands
    37  
    38  ```
    39        --debug                     enable verbose output
    40        --home string               location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    41        --host string               address of Tiller. Overrides $HELM_HOST
    42        --kube-context string       name of the kubeconfig context to use
    43        --kubeconfig string         path to kubeconfig file. Overrides $KUBECONFIG
    44        --tiller-namespace string   namespace of Tiller (default "kube-system")
    45  ```
    46  
    47  ### SEE ALSO
    48  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    49  * [helm get hooks](helm_get_hooks.md)	 - download all hooks for a named release
    50  * [helm get manifest](helm_get_manifest.md)	 - download the manifest for a named release
    51  * [helm get values](helm_get_values.md)	 - download the values file for a named release
    52  
    53  ###### Auto generated by spf13/cobra on 7-Nov-2017