github.com/Beeketing/helm@v2.12.1+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    -h, --help               help for inspect
    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        --password string    chart repository password where to locate the requested chart
    27        --repo string        chart repository url where to locate the requested chart
    28        --username string    chart repository username where to locate the requested chart
    29        --verify             verify the provenance data for this chart
    30        --version string     version of the chart. By default, the newest chart is shown
    31  ```
    32  
    33  ### Options inherited from parent commands
    34  
    35  ```
    36        --debug                           enable verbose output
    37        --home string                     location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    38        --host string                     address of Tiller. Overrides $HELM_HOST
    39        --kube-context string             name of the kubeconfig context to use
    40        --kubeconfig string               absolute path to the kubeconfig file to use
    41        --tiller-connection-timeout int   the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
    42        --tiller-namespace string         namespace of Tiller (default "kube-system")
    43  ```
    44  
    45  ### SEE ALSO
    46  
    47  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    48  * [helm inspect chart](helm_inspect_chart.md)	 - shows inspect chart
    49  * [helm inspect readme](helm_inspect_readme.md)	 - shows inspect readme
    50  * [helm inspect values](helm_inspect_values.md)	 - shows inspect values
    51  
    52  ###### Auto generated by spf13/cobra on 1-Aug-2018