github.com/Beeketing/helm@v2.12.1+incompatible/docs/helm/helm_inspect_readme.md (about) 1 ## helm inspect readme 2 3 shows inspect readme 4 5 ### Synopsis 6 7 8 This command inspects a chart (directory, file, or URL) and displays the contents 9 of the README file 10 11 12 ``` 13 helm inspect readme [CHART] [flags] 14 ``` 15 16 ### Options 17 18 ``` 19 --ca-file string chart repository url where to locate the requested chart 20 --cert-file string verify certificates of HTTPS-enabled servers using this CA bundle 21 -h, --help help for readme 22 --key-file string identify HTTPS client using this SSL key file 23 --keyring string path to the keyring containing public verification keys (default "~/.gnupg/pubring.gpg") 24 --repo string chart repository url where to locate the requested chart 25 --verify verify the provenance data for this chart 26 --version string version of the chart. By default, the newest chart is shown 27 ``` 28 29 ### Options inherited from parent commands 30 31 ``` 32 --debug enable verbose output 33 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 34 --host string address of Tiller. Overrides $HELM_HOST 35 --kube-context string name of the kubeconfig context to use 36 --kubeconfig string absolute path to the kubeconfig file to use 37 --tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300) 38 --tiller-namespace string namespace of Tiller (default "kube-system") 39 ``` 40 41 ### SEE ALSO 42 43 * [helm inspect](helm_inspect.md) - inspect a chart 44 45 ###### Auto generated by spf13/cobra on 1-Aug-2018