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
35604f23
Commit
35604f23
authored
Jan 05, 2017
by
Matt Butcher
Committed by
GitHub
Jan 05, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1787 from nebril/improve-status-help
Improve `helm status` help text
parents
2ed70fc2
0a9413be
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
0 deletions
+18
-0
status.go
cmd/helm/status.go
+6
-0
helm_status.md
docs/helm/helm_status.md
+6
-0
helm_status.1
docs/man/man1/helm_status.1
+6
-0
No files found.
cmd/helm/status.go
View file @
35604f23
...
...
@@ -29,6 +29,12 @@ import (
var
statusHelp
=
`
This command shows the status of a named release.
The status consists of:
- last deployment time
- k8s namespace in which the release lives
- state of the release (can be: UNKNOWN, DEPLOYED, DELETED, SUPERSEDED, FAILED or DELETING)
- list of resources that this release consists of, sorted by kind
- additional notes provided by the chart
`
type
statusCmd
struct
{
...
...
docs/helm/helm_status.md
View file @
35604f23
...
...
@@ -7,6 +7,12 @@ displays the status of the named release
This command shows the status of a named release.
The status consists of:
-
last deployment time
-
k8s namespace in which the release lives
-
state of the release (can be: UNKNOWN, DEPLOYED, DELETED, SUPERSEDED, FAILED or DELETING)
-
list of resources that this release consists of, sorted by kind
-
additional notes provided by the chart
```
...
...
docs/man/man1/helm_status.1
View file @
35604f23
...
...
@@ -16,6 +16,12 @@ helm\-status \- displays the status of the named release
.SH DESCRIPTION
.PP
This command shows the status of a named release.
The status consists of:
- last deployment time
- k8s namespace in which the release lives
- state of the release (can be: UNKNOWN, DEPLOYED, DELETED, SUPERSEDED, FAILED or DELETING)
- list of resources that this release consists of, sorted by kind
- additional notes provided by the chart
.SH OPTIONS
...
...
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