github.com/felipejfc/helm@v2.1.2+incompatible/docs/man/man1/helm_rollback.1 (about)

     1  .TH "HELM" "1" "Nov 2016" "Auto generated by spf13/cobra" "" 
     2  .nh
     3  .ad l
     4  
     5  
     6  .SH NAME
     7  .PP
     8  helm\-rollback \- roll back a release to a previous revision
     9  
    10  
    11  .SH SYNOPSIS
    12  .PP
    13  \fBhelm rollback [RELEASE]\fP
    14  
    15  
    16  .SH DESCRIPTION
    17  .PP
    18  This command rolls back a release to the previous revision.
    19  The argument of the rollback command is the name of a release.
    20  
    21  
    22  .SH OPTIONS
    23  .PP
    24  \fB\-\-dry\-run\fP[=false]
    25      simulate a rollback
    26  
    27  .PP
    28  \fB\-\-no\-hooks\fP[=false]
    29      prevent hooks from running during rollback
    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="/Users/mattbutcher/Code/helm\_home"
    39      location of your Helm config. Overrides $HELM\_HOME
    40  
    41  .PP
    42  \fB\-\-host\fP=""
    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  
    50  .SH SEE ALSO
    51  .PP
    52  \fBhelm(1)\fP
    53  
    54  
    55  .SH HISTORY
    56  .PP
    57  1\-Nov\-2016 Auto generated by spf13/cobra