github.com/felipejfc/helm@v2.1.2+incompatible/docs/helm/helm_get_values.md (about)

     1  ## helm get values
     2  
     3  download the values file for a named release
     4  
     5  ### Synopsis
     6  
     7  
     8  
     9  This command downloads a values file for a given release.
    10  
    11  
    12  ```
    13  helm get values [flags] RELEASE_NAME
    14  ```
    15  
    16  ### Options
    17  
    18  ```
    19    -a, --all              dump all (computed) values
    20        --revision value   get the named release with revision
    21  ```
    22  
    23  ### Options inherited from parent commands
    24  
    25  ```
    26        --debug                 enable verbose output
    27        --home string           location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
    28        --host string           address of tiller. Overrides $HELM_HOST
    29        --kube-context string   name of the kubeconfig context to use
    30  ```
    31  
    32  ### SEE ALSO
    33  * [helm get](helm_get.md)	 - download a named release
    34  
    35  ###### Auto generated by spf13/cobra on 1-Nov-2016