github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/man/man1/helm_package.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\-package \- package a chart directory into a chart archive
     9  
    10  
    11  .SH SYNOPSIS
    12  .PP
    13  \fBhelm package [flags] [CHART\_PATH] [...]\fP
    14  
    15  
    16  .SH DESCRIPTION
    17  .PP
    18  This command packages a chart into a versioned chart archive file. If a path
    19  is given, this will look at that path for a chart (which must contain a
    20  Chart.yaml file) and then package that directory.
    21  
    22  .PP
    23  If no path is given, this will look in the present working directory for a
    24  Chart.yaml file, and (if found) build the current directory into a chart.
    25  
    26  .PP
    27  Versioned chart archives are used by Helm package repositories.
    28  
    29  
    30  .SH OPTIONS
    31  .PP
    32  \fB\-d\fP, \fB\-\-destination\fP="."
    33      location to write the chart.
    34  
    35  .PP
    36  \fB\-\-key\fP=""
    37      name of the key to use when signing. Used if \-\-sign is true
    38  
    39  .PP
    40  \fB\-\-keyring\fP="~/.gnupg/pubring.gpg"
    41      location of a public keyring
    42  
    43  .PP
    44  \fB\-\-save\fP[=true]
    45      save packaged chart to local chart repository
    46  
    47  .PP
    48  \fB\-\-sign\fP[=false]
    49      use a PGP private key to sign this package
    50  
    51  .PP
    52  \fB\-\-version\fP=""
    53      set the version on the chart to this semver version
    54  
    55  
    56  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    57  .PP
    58  \fB\-\-debug\fP[=false]
    59      enable verbose output
    60  
    61  .PP
    62  \fB\-\-home\fP="~/.helm"
    63      location of your Helm config. Overrides $HELM\_HOME
    64  
    65  .PP
    66  \fB\-\-host\fP="localhost:44134"
    67      address of tiller. Overrides $HELM\_HOST
    68  
    69  .PP
    70  \fB\-\-kube\-context\fP=""
    71      name of the kubeconfig context to use
    72  
    73  .PP
    74  \fB\-\-tiller\-namespace\fP="kube\-system"
    75      namespace of tiller
    76  
    77  
    78  .SH SEE ALSO
    79  .PP
    80  \fBhelm(1)\fP
    81  
    82  
    83  .SH HISTORY
    84  .PP
    85  19\-May\-2017 Auto generated by spf13/cobra