github.com/amundsenjunior/helm@v2.8.0-rc.1.0.20180119233529-2b92431476e1+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        --namespace string    namespace to install the release into (only used if --install is set) (default "default")
    25        --set stringArray     set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
    26        --strict              fail on lint warnings
    27    -f, --values valueFiles   specify values in a YAML file (can specify multiple) (default [])
    28  ```
    29  
    30  ### Options inherited from parent commands
    31  
    32  ```
    33        --debug                     enable verbose output
    34        --home string               location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    35        --host string               address of Tiller. Overrides $HELM_HOST
    36        --kube-context string       name of the kubeconfig context to use
    37        --kubeconfig string         path to kubeconfig file. Overrides $KUBECONFIG
    38        --tiller-namespace string   namespace of Tiller (default "kube-system")
    39  ```
    40  
    41  ### SEE ALSO
    42  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    43  
    44  ###### Auto generated by spf13/cobra on 7-Nov-2017