github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/man/man1/helm_inspect.1 (about)

     1  .TH "HELM" "1" "May 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\-\-ca\-file\fP=""
    28      chart repository url where to locate the requested chart
    29  
    30  .PP
    31  \fB\-\-cert\-file\fP=""
    32      verify certificates of HTTPS\-enabled servers using this CA bundle
    33  
    34  .PP
    35  \fB\-\-key\-file\fP=""
    36      identify HTTPS client using this SSL key file
    37  
    38  .PP
    39  \fB\-\-keyring\fP="~/.gnupg/pubring.gpg"
    40      path to the keyring containing public verification keys
    41  
    42  .PP
    43  \fB\-\-repo\fP=""
    44      chart repository url where to locate the requested chart
    45  
    46  .PP
    47  \fB\-\-verify\fP[=false]
    48      verify the provenance data for this chart
    49  
    50  .PP
    51  \fB\-\-version\fP=""
    52      version of the chart. By default, the newest chart is shown
    53  
    54  
    55  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    56  .PP
    57  \fB\-\-debug\fP[=false]
    58      enable verbose output
    59  
    60  .PP
    61  \fB\-\-home\fP="~/.helm"
    62      location of your Helm config. Overrides $HELM\_HOME
    63  
    64  .PP
    65  \fB\-\-host\fP="localhost:44134"
    66      address of tiller. Overrides $HELM\_HOST
    67  
    68  .PP
    69  \fB\-\-kube\-context\fP=""
    70      name of the kubeconfig context to use
    71  
    72  .PP
    73  \fB\-\-tiller\-namespace\fP="kube\-system"
    74      namespace of tiller
    75  
    76  
    77  .SH SEE ALSO
    78  .PP
    79  \fBhelm(1)\fP, \fBhelm\-inspect\-chart(1)\fP, \fBhelm\-inspect\-values(1)\fP
    80  
    81  
    82  .SH HISTORY
    83  .PP
    84  19\-May\-2017 Auto generated by spf13/cobra