helm inspect readme

shows inspect readme

Synopsis

This command inspects a chart (directory, file, or URL) and displays the contents of the README file

  1. helm inspect readme [CHART] [flags]

Options

  1. --ca-file string chart repository url where to locate the requested chart
  2. --cert-file string verify certificates of HTTPS-enabled servers using this CA bundle
  3. --devel use development versions, too. Equivalent to version '>0.0.0-0'. If --version is set, this is ignored.
  4. -h, --help help for readme
  5. --key-file string identify HTTPS client using this SSL key file
  6. --keyring string path to the keyring containing public verification keys (default "~/.gnupg/pubring.gpg")
  7. --repo string chart repository url where to locate the requested chart
  8. --verify verify the provenance data for this chart
  9. --version string version of the chart. By default, the newest chart is shown

Options inherited from parent commands

  1. --debug enable verbose output
  2. --home string location of your Helm config. Overrides $HELM-HOME (default "~/.helm")
  3. --host string address of Tiller. Overrides $HELM-HOST
  4. --kube-context string name of the kubeconfig context to use
  5. --kubeconfig string absolute path to the kubeconfig file to use
  6. --tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
  7. --tiller-namespace string namespace of Tiller (default "kube-system")

SEE ALSO

Auto generated by spf13/cobra on 8-Jan-2019