helm inspect chart

shows inspect chart

Synopsis

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

  1. helm inspect chart [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 chart
  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. --password string Chart repository password where to locate the requested chart
  8. --repo string Chart repository url where to locate the requested chart
  9. --username string Chart repository username where to locate the requested chart
  10. --verify Verify the provenance data for this chart
  11. --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 of the kubeconfig file to be used
  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 16-May-2019