github.com/cloudposse/helm@v2.2.3+incompatible/docs/man/man1/helm_search.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\-search \- search for a keyword in charts
     9  
    10  
    11  .SH SYNOPSIS
    12  .PP
    13  \fBhelm search [keyword]\fP
    14  
    15  
    16  .SH DESCRIPTION
    17  .PP
    18  Search reads through all of the repositories configured on the system, and
    19  looks for matches.
    20  
    21  .PP
    22  Repositories are managed with 'helm repo' commands.
    23  
    24  
    25  .SH OPTIONS
    26  .PP
    27  \fB\-r\fP, \fB\-\-regexp\fP[=false]
    28      use regular expressions for searching
    29  
    30  .PP
    31  \fB\-l\fP, \fB\-\-versions\fP[=false]
    32      show the long listing, with each version of each chart on its own line
    33  
    34  
    35  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    36  .PP
    37  \fB\-\-debug\fP[=false]
    38      enable verbose output
    39  
    40  .PP
    41  \fB\-\-home\fP="~/.helm"
    42      location of your Helm config. Overrides $HELM\_HOME
    43  
    44  .PP
    45  \fB\-\-host\fP=""
    46      address of tiller. Overrides $HELM\_HOST
    47  
    48  .PP
    49  \fB\-\-kube\-context\fP=""
    50      name of the kubeconfig context to use
    51  
    52  .PP
    53  \fB\-\-tiller\-namespace\fP="kube\-system"
    54      namespace of tiller
    55  
    56  
    57  .SH SEE ALSO
    58  .PP
    59  \fBhelm(1)\fP
    60  
    61  
    62  .SH HISTORY
    63  .PP
    64  15\-Jan\-2017 Auto generated by spf13/cobra