github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/man/man1/helm_create.1 (about) 1 .TH "HELM" "1" "May 2017" "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 52 .PP 53 \fB\-p\fP, \fB\-\-starter\fP="" 54 the named Helm starter scaffold 55 56 57 .SH OPTIONS INHERITED FROM PARENT COMMANDS 58 .PP 59 \fB\-\-debug\fP[=false] 60 enable verbose output 61 62 .PP 63 \fB\-\-home\fP="~/.helm" 64 location of your Helm config. Overrides $HELM\_HOME 65 66 .PP 67 \fB\-\-host\fP="localhost:44134" 68 address of tiller. Overrides $HELM\_HOST 69 70 .PP 71 \fB\-\-kube\-context\fP="" 72 name of the kubeconfig context to use 73 74 .PP 75 \fB\-\-tiller\-namespace\fP="kube\-system" 76 namespace of tiller 77 78 79 .SH SEE ALSO 80 .PP 81 \fBhelm(1)\fP 82 83 84 .SH HISTORY 85 .PP 86 19\-May\-2017 Auto generated by spf13/cobra