github.com/cloudposse/helm@v2.2.3+incompatible/docs/helm/helm_inspect.md (about)

     1  ## helm inspect
     2  
     3  inspect a chart
     4  
     5  ### Synopsis
     6  
     7  
     8  
     9  This command inspects a chart and displays information. It takes a chart reference
    10  ('stable/drupal'), a full path to a directory or packaged chart, or a URL.
    11  
    12  Inspect prints the contents of the Chart.yaml file and the values.yaml file.
    13  
    14  
    15  ```
    16  helm inspect [CHART]
    17  ```
    18  
    19  ### Options
    20  
    21  ```
    22        --keyring string   path to the keyring containing public verification keys (default "~/.gnupg/pubring.gpg")
    23        --verify           verify the provenance data for this chart
    24        --version string   version of the chart. By default, the newest chart is shown
    25  ```
    26  
    27  ### Options inherited from parent commands
    28  
    29  ```
    30        --debug                     enable verbose output
    31        --home string               location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    32        --host string               address of tiller. Overrides $HELM_HOST
    33        --kube-context string       name of the kubeconfig context to use
    34        --tiller-namespace string   namespace of tiller (default "kube-system")
    35  ```
    36  
    37  ### SEE ALSO
    38  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    39  * [helm inspect chart](helm_inspect_chart.md)	 - shows inspect chart
    40  * [helm inspect values](helm_inspect_values.md)	 - shows inspect values
    41  
    42  ###### Auto generated by spf13/cobra on 15-Jan-2017