github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/man/man1/helm_inspect_chart.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\-chart \- shows inspect chart
     9  
    10  
    11  .SH SYNOPSIS
    12  .PP
    13  \fBhelm inspect chart [CHART]\fP
    14  
    15  
    16  .SH DESCRIPTION
    17  .PP
    18  This command inspects a chart (directory, file, or URL) and displays the contents
    19  of the Charts.yaml file
    20  
    21  
    22  .SH OPTIONS
    23  .PP
    24  \fB\-\-ca\-file\fP=""
    25      chart repository url where to locate the requested chart
    26  
    27  .PP
    28  \fB\-\-cert\-file\fP=""
    29      verify certificates of HTTPS\-enabled servers using this CA bundle
    30  
    31  .PP
    32  \fB\-\-key\-file\fP=""
    33      identify HTTPS client using this SSL key file
    34  
    35  .PP
    36  \fB\-\-keyring\fP="~/.gnupg/pubring.gpg"
    37      path to the keyring containing public verification keys
    38  
    39  .PP
    40  \fB\-\-repo\fP=""
    41      chart repository url where to locate the requested chart
    42  
    43  .PP
    44  \fB\-\-verify\fP[=false]
    45      verify the provenance data for this chart
    46  
    47  .PP
    48  \fB\-\-version\fP=""
    49      version of the chart. By default, the newest chart is shown
    50  
    51  
    52  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    53  .PP
    54  \fB\-\-debug\fP[=false]
    55      enable verbose output
    56  
    57  .PP
    58  \fB\-\-home\fP="~/.helm"
    59      location of your Helm config. Overrides $HELM\_HOME
    60  
    61  .PP
    62  \fB\-\-host\fP="localhost:44134"
    63      address of tiller. Overrides $HELM\_HOST
    64  
    65  .PP
    66  \fB\-\-kube\-context\fP=""
    67      name of the kubeconfig context to use
    68  
    69  .PP
    70  \fB\-\-tiller\-namespace\fP="kube\-system"
    71      namespace of tiller
    72  
    73  
    74  .SH SEE ALSO
    75  .PP
    76  \fBhelm\-inspect(1)\fP
    77  
    78  
    79  .SH HISTORY
    80  .PP
    81  19\-May\-2017 Auto generated by spf13/cobra