github.com/migueleliasweb/helm@v2.6.1+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 "$HOME/.helm")
    32        --host string               address of Tiller. Overrides $HELM_HOST
    33        --kube-context string       name of the kubeconfig context to use
    34        --tiller-namespace string   namespace of Tiller (default "kube-system")
    35  ```
    36  
    37  ### SEE ALSO
    38  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    39  
    40  ###### Auto generated by spf13/cobra on 23-Jun-2017