github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+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 --tls enable TLS for request 25 --tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem") 26 --tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem") 27 --tls-key string path to TLS key file (default "$HELM_HOME/key.pem") 28 --tls-verify enable TLS for request and verify remote 29 ``` 30 31 ### Options inherited from parent commands 32 33 ``` 34 --debug enable verbose output 35 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 36 --host string address of Tiller. Overrides $HELM_HOST 37 --kube-context string name of the kubeconfig context to use 38 --kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG 39 --tiller-namespace string namespace of Tiller (default "kube-system") 40 ``` 41 42 ### SEE ALSO 43 * [helm get](helm_get.md) - download a named release 44 45 ###### Auto generated by spf13/cobra on 15-Nov-2017