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

     1  .TH "HELM" "1" "Jan 2017" "Auto generated by spf13/cobra" "" 
     2  .nh
     3  .ad l
     4  
     5  
     6  .SH NAME
     7  .PP
     8  helm\-inspect \- inspect a chart
     9  
    10  
    11  .SH SYNOPSIS
    12  .PP
    13  \fBhelm inspect [CHART]\fP
    14  
    15  
    16  .SH DESCRIPTION
    17  .PP
    18  This command inspects a chart and displays information. It takes a chart reference
    19  ('stable/drupal'), a full path to a directory or packaged chart, or a URL.
    20  
    21  .PP
    22  Inspect prints the contents of the Chart.yaml file and the values.yaml file.
    23  
    24  
    25  .SH OPTIONS
    26  .PP
    27  \fB\-\-keyring\fP="~/.gnupg/pubring.gpg"
    28      path to the keyring containing public verification keys
    29  
    30  .PP
    31  \fB\-\-verify\fP[=false]
    32      verify the provenance data for this chart
    33  
    34  .PP
    35  \fB\-\-version\fP=""
    36      version of the chart. By default, the newest chart is shown
    37  
    38  
    39  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    40  .PP
    41  \fB\-\-debug\fP[=false]
    42      enable verbose output
    43  
    44  .PP
    45  \fB\-\-home\fP="~/.helm"
    46      location of your Helm config. Overrides $HELM\_HOME
    47  
    48  .PP
    49  \fB\-\-host\fP=""
    50      address of tiller. Overrides $HELM\_HOST
    51  
    52  .PP
    53  \fB\-\-kube\-context\fP=""
    54      name of the kubeconfig context to use
    55  
    56  .PP
    57  \fB\-\-tiller\-namespace\fP="kube\-system"
    58      namespace of tiller
    59  
    60  
    61  .SH SEE ALSO
    62  .PP
    63  \fBhelm(1)\fP, \fBhelm\-inspect\-chart(1)\fP, \fBhelm\-inspect\-values(1)\fP
    64  
    65  
    66  .SH HISTORY
    67  .PP
    68  15\-Jan\-2017 Auto generated by spf13/cobra