github.com/felipejfc/helm@v2.1.2+incompatible/docs/man/man1/helm_create.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\-create \- create a new chart with the given name 9 10 11 .SH SYNOPSIS 12 .PP 13 \fBhelm create NAME\fP 14 15 16 .SH DESCRIPTION 17 .PP 18 This command creates a chart directory along with the common files and 19 directories used in a chart. 20 21 .PP 22 For example, 'helm create foo' will create a directory structure that looks 23 something like this: 24 25 .PP 26 .RS 27 28 .nf 29 foo/ 30 | 31 |\- .helmignore # Contains patterns to ignore when packaging Helm charts. 32 | 33 |\- Chart.yaml # Information about your chart 34 | 35 |\- values.yaml # The default values for your templates 36 | 37 |\- charts/ # Charts that this chart depends on 38 | 39 |\- templates/ # The template files 40 41 .fi 42 .RE 43 44 .PP 45 \&'helm create' takes a path for an argument. If directories in the given path 46 do not exist, Helm will attempt to create them as it goes. If the given 47 destination exists and there are files in that directory, conflicting files 48 will be overwritten, but other files will be left alone. 49 50 51 .SH OPTIONS INHERITED FROM PARENT COMMANDS 52 .PP 53 \fB\-\-debug\fP[=false] 54 enable verbose output 55 56 .PP 57 \fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home" 58 location of your Helm config. Overrides $HELM\_HOME 59 60 .PP 61 \fB\-\-host\fP="" 62 address of tiller. Overrides $HELM\_HOST 63 64 .PP 65 \fB\-\-kube\-context\fP="" 66 name of the kubeconfig context to use 67 68 69 .SH SEE ALSO 70 .PP 71 \fBhelm(1)\fP 72 73 74 .SH HISTORY 75 .PP 76 1\-Nov\-2016 Auto generated by spf13/cobra