Commit 4a393bba authored by Jack Greenfield's avatar Jack Greenfield

Merge pull request #30 from jackgr/commands

Add command list
parents 98989f83 fad75196
...@@ -111,7 +111,21 @@ For more information about this example, see [examples/guestbook/README.md](exam ...@@ -111,7 +111,21 @@ For more information about this example, see [examples/guestbook/README.md](exam
## Additional commands ## Additional commands
The command line tool makes it easy to configure a cluster from a set of predefined The command line tool makes it easy to configure a cluster from a set of predefined
types. types. Here's a list of available commands:
```
expand Expands the supplied template(s)
deploy Deploys the supplied type or template(s)
list Lists the deployments in the cluster
get Retrieves the supplied deployment
delete Deletes the supplied deployment
update Updates a deployment using the supplied template(s)
deployed-types Lists the types deployed in the cluster
deployed-instances Lists the instances of the supplied type deployed in the cluster
types Lists the types in the current registry
describe Describes the supplied type in the current registry
```
## Uninstalling Deployment Manager ## Uninstalling Deployment Manager
......
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