github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/man/man1/helm_dependency_build.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\-dependency\-build \- rebuild the charts/ directory based on the requirements.lock file 9 10 11 .SH SYNOPSIS 12 .PP 13 \fBhelm dependency build [flags] CHART\fP 14 15 16 .SH DESCRIPTION 17 .PP 18 Build out the charts/ directory from the requirements.lock file. 19 20 .PP 21 Build is used to reconstruct a chart's dependencies to the state specified in 22 the lock file. This will not re\-negotiate dependencies, as 'helm dependency update' 23 does. 24 25 .PP 26 If no lock file is found, 'helm dependency build' will mirror the behavior 27 of 'helm dependency update'. 28 29 30 .SH OPTIONS 31 .PP 32 \fB\-\-keyring\fP="~/.gnupg/pubring.gpg" 33 keyring containing public keys 34 35 .PP 36 \fB\-\-verify\fP[=false] 37 verify the packages against signatures 38 39 40 .SH OPTIONS INHERITED FROM PARENT COMMANDS 41 .PP 42 \fB\-\-debug\fP[=false] 43 enable verbose output 44 45 .PP 46 \fB\-\-home\fP="~/.helm" 47 location of your Helm config. Overrides $HELM\_HOME 48 49 .PP 50 \fB\-\-host\fP="localhost:44134" 51 address of tiller. Overrides $HELM\_HOST 52 53 .PP 54 \fB\-\-kube\-context\fP="" 55 name of the kubeconfig context to use 56 57 .PP 58 \fB\-\-tiller\-namespace\fP="kube\-system" 59 namespace of tiller 60 61 62 .SH SEE ALSO 63 .PP 64 \fBhelm\-dependency(1)\fP 65 66 67 .SH HISTORY 68 .PP 69 19\-May\-2017 Auto generated by spf13/cobra