github.com/felipejfc/helm@v2.1.2+incompatible/docs/man/man1/helm_lint.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\-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="/Users/mattbutcher/Code/helm\_home" 40 location of your Helm config. Overrides $HELM\_HOME 41 42 .PP 43 \fB\-\-host\fP="" 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 51 .SH SEE ALSO 52 .PP 53 \fBhelm(1)\fP 54 55 56 .SH HISTORY 57 .PP 58 1\-Nov\-2016 Auto generated by spf13/cobra