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