github.com/koderover/helm@v2.17.0+incompatible/docs/helm/helm_inspect.md (about) 1 ## helm inspect 2 3 Inspect a chart 4 5 ### Synopsis 6 7 8 This command inspects a chart and displays information. It takes a chart reference 9 ('stable/drupal'), a full path to a directory or packaged chart, or a URL. 10 11 Inspect prints the contents of the Chart.yaml file and the values.yaml file. 12 13 14 ``` 15 helm inspect [CHART] [flags] 16 ``` 17 18 ### Options 19 20 ``` 21 --ca-file string Chart repository url where to locate the requested chart 22 --cert-file string Verify certificates of HTTPS-enabled servers using this CA bundle 23 --devel Use development versions, too. Equivalent to version '>0.0.0-0'. If --version is set, this is ignored. 24 -h, --help help for inspect 25 --key-file string Identify HTTPS client using this SSL key file 26 --keyring string Path to the keyring containing public verification keys (default "~/.gnupg/pubring.gpg") 27 --password string Chart repository password where to locate the requested chart 28 --repo string Chart repository url where to locate the requested chart 29 --username string Chart repository username where to locate the requested chart 30 --verify Verify the provenance data for this chart 31 --version string Version of the chart. By default, the newest chart is shown 32 ``` 33 34 ### Options inherited from parent commands 35 36 ``` 37 --debug Enable verbose output 38 --home string Location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 39 --host string Address of Tiller. Overrides $HELM_HOST 40 --kube-context string Name of the kubeconfig context to use 41 --kubeconfig string Absolute path of the kubeconfig file to be used 42 --tiller-connection-timeout int The duration (in seconds) Helm will wait to establish a connection to Tiller (default 300) 43 --tiller-namespace string Namespace of Tiller (default "kube-system") 44 ``` 45 46 ### SEE ALSO 47 48 * [helm](helm.md) - The Helm package manager for Kubernetes. 49 * [helm inspect chart](helm_inspect_chart.md) - shows inspect chart 50 * [helm inspect readme](helm_inspect_readme.md) - shows inspect readme 51 * [helm inspect values](helm_inspect_values.md) - shows inspect values 52 53 ###### Auto generated by spf13/cobra on 16-May-2019