github.com/migueleliasweb/helm@v2.6.1+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 int32 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 "$HOME/.helm") 28 --host string address of Tiller. Overrides $HELM_HOST 29 --kube-context string name of the kubeconfig context to use 30 --tiller-namespace string namespace of Tiller (default "kube-system") 31 ``` 32 33 ### SEE ALSO 34 * [helm get](helm_get.md) - download a named release 35 36 ###### Auto generated by spf13/cobra on 23-Jun-2017