github.com/migueleliasweb/helm@v2.6.1+incompatible/docs/helm/helm_get_manifest.md (about) 1 ## helm get manifest 2 3 download the manifest for a named release 4 5 ### Synopsis 6 7 8 9 This command fetches the generated manifest for a given release. 10 11 A manifest is a YAML-encoded representation of the Kubernetes resources that 12 were generated from this release's chart(s). If a chart is dependent on other 13 charts, those resources will also be included in the manifest. 14 15 16 ``` 17 helm get manifest [flags] RELEASE_NAME 18 ``` 19 20 ### Options 21 22 ``` 23 --revision int32 get the named release with revision 24 ``` 25 26 ### Options inherited from parent commands 27 28 ``` 29 --debug enable verbose output 30 --home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm") 31 --host string address of Tiller. Overrides $HELM_HOST 32 --kube-context string name of the kubeconfig context to use 33 --tiller-namespace string namespace of Tiller (default "kube-system") 34 ``` 35 36 ### SEE ALSO 37 * [helm get](helm_get.md) - download a named release 38 39 ###### Auto generated by spf13/cobra on 23-Jun-2017