Commit d5e86ea6 authored by vaikas-google's avatar vaikas-google

Add help text for manifest command

parent 376d3399
...@@ -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",
......
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