github.com/cloudposse/helm@v2.2.3+incompatible/docs/man/man1/helm_rollback.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\-rollback \- roll back a release to a previous revision 9 10 11 .SH SYNOPSIS 12 .PP 13 \fBhelm rollback [flags] [RELEASE] [REVISION]\fP 14 15 16 .SH DESCRIPTION 17 .PP 18 This command rolls back a release to a previous revision. 19 20 .PP 21 The first argument of the rollback command is the name of a release, and the 22 second is a revision (version) number. To see revision numbers, run 23 'helm history RELEASE'. 24 25 26 .SH OPTIONS 27 .PP 28 \fB\-\-dry\-run\fP[=false] 29 simulate a rollback 30 31 .PP 32 \fB\-\-no\-hooks\fP[=false] 33 prevent hooks from running during rollback 34 35 .PP 36 \fB\-\-recreate\-pods\fP[=false] 37 performs pods restart for the resource if applicable 38 39 .PP 40 \fB\-\-timeout\fP=300 41 time in seconds to wait for any individual kubernetes operation (like Jobs for hooks) 42 43 44 .SH OPTIONS INHERITED FROM PARENT COMMANDS 45 .PP 46 \fB\-\-debug\fP[=false] 47 enable verbose output 48 49 .PP 50 \fB\-\-home\fP="~/.helm" 51 location of your Helm config. Overrides $HELM\_HOME 52 53 .PP 54 \fB\-\-host\fP="" 55 address of tiller. Overrides $HELM\_HOST 56 57 .PP 58 \fB\-\-kube\-context\fP="" 59 name of the kubeconfig context to use 60 61 .PP 62 \fB\-\-tiller\-namespace\fP="kube\-system" 63 namespace of tiller 64 65 66 .SH SEE ALSO 67 .PP 68 \fBhelm(1)\fP 69 70 71 .SH HISTORY 72 .PP 73 15\-Jan\-2017 Auto generated by spf13/cobra