github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/man/man1/helm_lint.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\-lint \- examines a chart for possible issues 9 10 11 .SH SYNOPSIS 12 .PP 13 \fBhelm lint [flags] PATH\fP 14 15 16 .SH DESCRIPTION 17 .PP 18 This command takes a path to a chart and runs a series of tests to verify that 19 the chart is well\-formed. 20 21 .PP 22 If the linter encounters things that will cause the chart to fail installation, 23 it will emit [ERROR] messages. If it encounters issues that break with convention 24 or recommendation, it will emit [WARNING] messages. 25 26 27 .SH OPTIONS 28 .PP 29 \fB\-\-strict\fP[=false] 30 fail on lint warnings 31 32 33 .SH OPTIONS INHERITED FROM PARENT COMMANDS 34 .PP 35 \fB\-\-debug\fP[=false] 36 enable verbose output 37 38 .PP 39 \fB\-\-home\fP="~/.helm" 40 location of your Helm config. Overrides $HELM\_HOME 41 42 .PP 43 \fB\-\-host\fP="localhost:44134" 44 address of tiller. Overrides $HELM\_HOST 45 46 .PP 47 \fB\-\-kube\-context\fP="" 48 name of the kubeconfig context to use 49 50 .PP 51 \fB\-\-tiller\-namespace\fP="kube\-system" 52 namespace of tiller 53 54 55 .SH SEE ALSO 56 .PP 57 \fBhelm(1)\fP 58 59 60 .SH HISTORY 61 .PP 62 19\-May\-2017 Auto generated by spf13/cobra