Commit 35604f23 authored by Matt Butcher's avatar Matt Butcher Committed by GitHub

Merge pull request #1787 from nebril/improve-status-help

Improve `helm status` help text
parents 2ed70fc2 0a9413be
......@@ -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 {
......
......@@ -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
```
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment