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
33334142
Commit
33334142
authored
Mar 14, 2018
by
Rajat Jindal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update documentation as per review feedback
parent
c93ff32f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
history.go
cmd/helm/history.go
+1
-1
helm_history.md
docs/helm/helm_history.md
+2
-2
No files found.
cmd/helm/history.go
View file @
33334142
...
...
@@ -90,7 +90,7 @@ func newHistoryCmd(c helm.Interface, w io.Writer) *cobra.Command {
f
:=
cmd
.
Flags
()
f
.
Int32Var
(
&
his
.
max
,
"max"
,
256
,
"maximum number of revision to include in history"
)
f
.
UintVar
(
&
his
.
colWidth
,
"col-width"
,
60
,
"specifies the max column width of output"
)
f
.
StringVarP
(
&
his
.
outputFormat
,
"output"
,
"o"
,
"table"
,
"prints the output in the specified format (
'json' or 'yaml' or defaults to 'table'
)"
)
f
.
StringVarP
(
&
his
.
outputFormat
,
"output"
,
"o"
,
"table"
,
"prints the output in the specified format (
json|table|yaml
)"
)
return
cmd
}
...
...
docs/helm/helm_history.md
View file @
33334142
...
...
@@ -30,7 +30,7 @@ helm history [flags] RELEASE_NAME
```
--col-width uint specifies the max column width of output (default 60)
--max int32 maximum number of revision to include in history (default 256)
-o, --output string prints the output in the specified format (
'json' or 'yaml' or defaults to 'table'
) (default "table")
-o, --output string prints the output in the specified format (
json|table|yaml
) (default "table")
--tls enable TLS for request
--tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem")
--tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem")
...
...
@@ -52,4 +52,4 @@ helm history [flags] RELEASE_NAME
### SEE ALSO
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 1
2
-Mar-2018
###### Auto generated by spf13/cobra on 1
4
-Mar-2018
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