github.com/felipejfc/helm@v2.1.2+incompatible/docs/man/man1/helm_get_manifest.1 (about) 1 .TH "HELM" "1" "Nov 2016" "Auto generated by spf13/cobra" "" 2 .nh 3 .ad l 4 5 6 .SH NAME 7 .PP 8 helm\-get\-manifest \- download the manifest for a named release 9 10 11 .SH SYNOPSIS 12 .PP 13 \fBhelm get manifest [flags] RELEASE\_NAME\fP 14 15 16 .SH DESCRIPTION 17 .PP 18 This command fetches the generated manifest for a given release. 19 20 .PP 21 A manifest is a YAML\-encoded representation of the Kubernetes resources that 22 were generated from this release's chart(s). If a chart is dependent on other 23 charts, those resources will also be included in the manifest. 24 25 26 .SH OPTIONS 27 .PP 28 \fB\-\-revision\fP=0 29 get the named release with revision 30 31 32 .SH OPTIONS INHERITED FROM PARENT COMMANDS 33 .PP 34 \fB\-\-debug\fP[=false] 35 enable verbose output 36 37 .PP 38 \fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home" 39 location of your Helm config. Overrides $HELM\_HOME 40 41 .PP 42 \fB\-\-host\fP="" 43 address of tiller. Overrides $HELM\_HOST 44 45 .PP 46 \fB\-\-kube\-context\fP="" 47 name of the kubeconfig context to use 48 49 50 .SH SEE ALSO 51 .PP 52 \fBhelm\-get(1)\fP 53 54 55 .SH HISTORY 56 .PP 57 1\-Nov\-2016 Auto generated by spf13/cobra