github.com/koderover/helm@v2.17.0+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        --devel              Use development versions, too. Equivalent to version '>0.0.0-0'. If --version is set, this is ignored.
    22    -h, --help               help for readme
    23        --key-file string    Identify HTTPS client using this SSL key file
    24        --keyring string     Path to the keyring containing public verification keys (default "~/.gnupg/pubring.gpg")
    25        --repo string        Chart repository url where to locate the requested chart
    26        --verify             Verify the provenance data for this chart
    27        --version string     Version of the chart. By default, the newest chart is shown
    28  ```
    29  
    30  ### Options inherited from parent commands
    31  
    32  ```
    33        --debug                           Enable verbose output
    34        --home string                     Location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    35        --host string                     Address of Tiller. Overrides $HELM_HOST
    36        --kube-context string             Name of the kubeconfig context to use
    37        --kubeconfig string               Absolute path of the kubeconfig file to be used
    38        --tiller-connection-timeout int   The duration (in seconds) Helm will wait to establish a connection to Tiller (default 300)
    39        --tiller-namespace string         Namespace of Tiller (default "kube-system")
    40  ```
    41  
    42  ### SEE ALSO
    43  
    44  * [helm inspect](helm_inspect.md)	 - Inspect a chart
    45  
    46  ###### Auto generated by spf13/cobra on 16-May-2019