github.com/felipejfc/helm@v2.1.2+incompatible/docs/helm/helm_lint.md (about)

     1  ## helm lint
     2  
     3  examines a chart for possible issues
     4  
     5  ### Synopsis
     6  
     7  
     8  
     9  This command takes a path to a chart and runs a series of tests to verify that
    10  the chart is well-formed.
    11  
    12  If the linter encounters things that will cause the chart to fail installation,
    13  it will emit [ERROR] messages. If it encounters issues that break with convention
    14  or recommendation, it will emit [WARNING] messages.
    15  
    16  
    17  ```
    18  helm lint [flags] PATH
    19  ```
    20  
    21  ### Options
    22  
    23  ```
    24        --strict   fail on lint warnings
    25  ```
    26  
    27  ### Options inherited from parent commands
    28  
    29  ```
    30        --debug                 enable verbose output
    31        --home string           location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
    32        --host string           address of tiller. Overrides $HELM_HOST
    33        --kube-context string   name of the kubeconfig context to use
    34  ```
    35  
    36  ### SEE ALSO
    37  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    38  
    39  ###### Auto generated by spf13/cobra on 1-Nov-2016