github.com/felipejfc/helm@v2.1.2+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 "/Users/mattbutcher/.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 "/Users/mattbutcher/Code/helm_home") 30 --host string address of tiller. Overrides $HELM_HOST 31 --kube-context string name of the kubeconfig context to use 32 ``` 33 34 ### SEE ALSO 35 * [helm inspect](helm_inspect.md) - inspect a chart 36 37 ###### Auto generated by spf13/cobra on 1-Nov-2016