github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/helm/helm_inspect.md (about) 1 ## helm inspect 2 3 inspect a chart 4 5 ### Synopsis 6 7 8 9 This command inspects a chart and displays information. It takes a chart reference 10 ('stable/drupal'), a full path to a directory or packaged chart, or a URL. 11 12 Inspect prints the contents of the Chart.yaml file and the values.yaml file. 13 14 15 ``` 16 helm inspect [CHART] 17 ``` 18 19 ### Options 20 21 ``` 22 --ca-file string chart repository url where to locate the requested chart 23 --cert-file string verify certificates of HTTPS-enabled servers using this CA bundle 24 --key-file string identify HTTPS client using this SSL key file 25 --keyring string path to the keyring containing public verification keys (default "~/.gnupg/pubring.gpg") 26 --repo string chart repository url where to locate the requested chart 27 --verify verify the provenance data for this chart 28 --version string version of the chart. By default, the newest chart is shown 29 ``` 30 31 ### Options inherited from parent commands 32 33 ``` 34 --debug enable verbose output 35 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 36 --host string address of Tiller. Overrides $HELM_HOST 37 --kube-context string name of the kubeconfig context to use 38 --kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG 39 --tiller-namespace string namespace of Tiller (default "kube-system") 40 ``` 41 42 ### SEE ALSO 43 * [helm](helm.md) - The Helm package manager for Kubernetes. 44 * [helm inspect chart](helm_inspect_chart.md) - shows inspect chart 45 * [helm inspect values](helm_inspect_values.md) - shows inspect values 46 47 ###### Auto generated by spf13/cobra on 7-Nov-2017