github.com/koderover/helm@v2.17.0+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 This command fetches the generated manifest for a given release. 9 10 A manifest is a YAML-encoded representation of the Kubernetes resources that 11 were generated from this release's chart(s). If a chart is dependent on other 12 charts, those resources will also be included in the manifest. 13 14 15 ``` 16 helm get manifest [flags] RELEASE_NAME 17 ``` 18 19 ### Options 20 21 ``` 22 -h, --help help for manifest 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-hostname string The server name used to verify the hostname on the returned certificates from the server 28 --tls-key string Path to TLS key file (default "$HELM_HOME/key.pem") 29 --tls-verify Enable TLS for request and verify remote 30 ``` 31 32 ### Options inherited from parent commands 33 34 ``` 35 --debug Enable verbose output 36 --home string Location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 37 --host string Address of Tiller. Overrides $HELM_HOST 38 --kube-context string Name of the kubeconfig context to use 39 --kubeconfig string Absolute path of the kubeconfig file to be used 40 --tiller-connection-timeout int The duration (in seconds) Helm will wait to establish a connection to Tiller (default 300) 41 --tiller-namespace string Namespace of Tiller (default "kube-system") 42 ``` 43 44 ### SEE ALSO 45 46 * [helm get](helm_get.md) - Download a named release 47 48 ###### Auto generated by spf13/cobra on 16-May-2019