github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/man/man1/helm_get_manifest.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\-get\-manifest \- download the manifest for a named release
     9  
    10  
    11  .SH SYNOPSIS
    12  .PP
    13  \fBhelm get manifest [flags] RELEASE\_NAME\fP
    14  
    15  
    16  .SH DESCRIPTION
    17  .PP
    18  This command fetches the generated manifest for a given release.
    19  
    20  .PP
    21  A manifest is a YAML\-encoded representation of the Kubernetes resources that
    22  were generated from this release's chart(s). If a chart is dependent on other
    23  charts, those resources will also be included in the manifest.
    24  
    25  
    26  .SH OPTIONS
    27  .PP
    28  \fB\-\-revision\fP=0
    29      get the named release with revision
    30  
    31  
    32  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    33  .PP
    34  \fB\-\-debug\fP[=false]
    35      enable verbose output
    36  
    37  .PP
    38  \fB\-\-home\fP="~/.helm"
    39      location of your Helm config. Overrides $HELM\_HOME
    40  
    41  .PP
    42  \fB\-\-host\fP="localhost:44134"
    43      address of tiller. Overrides $HELM\_HOST
    44  
    45  .PP
    46  \fB\-\-kube\-context\fP=""
    47      name of the kubeconfig context to use
    48  
    49  .PP
    50  \fB\-\-tiller\-namespace\fP="kube\-system"
    51      namespace of tiller
    52  
    53  
    54  .SH SEE ALSO
    55  .PP
    56  \fBhelm\-get(1)\fP
    57  
    58  
    59  .SH HISTORY
    60  .PP
    61  19\-May\-2017 Auto generated by spf13/cobra