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
d5e86ea6
Commit
d5e86ea6
authored
Dec 03, 2015
by
vaikas-google
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add help text for manifest command
parent
376d3399
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
dm.go
dm/dm.go
+1
-0
No files found.
dm/dm.go
View file @
d5e86ea6
...
@@ -51,6 +51,7 @@ var commands = []string{
...
@@ -51,6 +51,7 @@ var commands = []string{
"deploy
\t\t\t
Deploys the named template or the supplied configuration(s)"
,
"deploy
\t\t\t
Deploys the named template or the supplied configuration(s)"
,
"list
\t\t\t
Lists the deployments in the cluster"
,
"list
\t\t\t
Lists the deployments in the cluster"
,
"get
\t\t\t
Retrieves the supplied deployment"
,
"get
\t\t\t
Retrieves the supplied deployment"
,
"manifest
\t\t\t
Lists manifests for deployment or retrieves the supplied manifest in the form (deployment[/manifest])"
,
"delete
\t\t\t
Deletes the supplied deployment"
,
"delete
\t\t\t
Deletes the supplied deployment"
,
"update
\t\t\t
Updates a deployment using the supplied configuration(s)"
,
"update
\t\t\t
Updates a deployment using the supplied configuration(s)"
,
"deployed-types
\t\t
Lists the types deployed in the cluster"
,
"deployed-types
\t\t
Lists the types deployed in the cluster"
,
...
...
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