Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
22c1b979
Commit
22c1b979
authored
Dec 20, 2016
by
Matt Butcher
Committed by
GitHub
Dec 20, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1729 from technosophos/fix/1708-rollback-help
fix(helm): fix rollback documentation
parents
79b6c0a7
a2367274
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
rollback.go
cmd/helm/rollback.go
+6
-3
No files found.
cmd/helm/rollback.go
View file @
22c1b979
...
...
@@ -27,8 +27,11 @@ import (
)
const
rollbackDesc
=
`
This command rolls back a release to the previous revision.
The argument of the rollback command is the name of a release.
This command rolls back a release to a previous revision.
The first argument of the rollback command is the name of a release, and the
second is a revision (version) number. To see revision numbers, run
'helm history RELEASE'.
`
type
rollbackCmd
struct
{
...
...
@@ -48,7 +51,7 @@ func newRollbackCmd(c helm.Interface, out io.Writer) *cobra.Command {
}
cmd
:=
&
cobra
.
Command
{
Use
:
"rollback [
RELEASE
]"
,
Use
:
"rollback [
flags] [RELEASE] [REVISION
]"
,
Short
:
"roll back a release to a previous revision"
,
Long
:
rollbackDesc
,
PersistentPreRunE
:
setupConnection
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment