github.com/cloudposse/helm@v2.2.3+incompatible/docs/helm/helm_inspect_chart.md (about)

     1  ## helm inspect chart
     2  
     3  shows inspect chart
     4  
     5  ### Synopsis
     6  
     7  
     8  
     9  This command inspects a chart (directory, file, or URL) and displays the contents
    10  of the Charts.yaml file
    11  
    12  
    13  ```
    14  helm inspect chart [CHART]
    15  ```
    16  
    17  ### Options
    18  
    19  ```
    20        --keyring string   path to the keyring containing public verification keys (default "~/.gnupg/pubring.gpg")
    21        --verify           verify the provenance data for this chart
    22        --version string   version of the chart. By default, the newest chart is shown
    23  ```
    24  
    25  ### Options inherited from parent commands
    26  
    27  ```
    28        --debug                     enable verbose output
    29        --home string               location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    30        --host string               address of tiller. Overrides $HELM_HOST
    31        --kube-context string       name of the kubeconfig context to use
    32        --tiller-namespace string   namespace of tiller (default "kube-system")
    33  ```
    34  
    35  ### SEE ALSO
    36  * [helm inspect](helm_inspect.md)	 - inspect a chart
    37  
    38  ###### Auto generated by spf13/cobra on 15-Jan-2017