more doc updates

This commit is contained in:
Dan Ballard 2015-03-27 20:37:53 -07:00
parent 373ddf66b9
commit cc859d1780
1 changed files with 3 additions and 1 deletions

View File

@ -45,4 +45,6 @@ An optional warren.yaml manifest can be supplied to indicate additional files to
* `warren reg [name] [directory]` registers a warren deployment directory with warrend for running
* `warren unreg [name]` unregisters a warren deployment
* `warren pool [name] [low high]` with no argument, displays the port range for a deployment, With arguments, sets the low and high and range of the pool. The first 2 ports of the pool are reserved for **stable** and **tail**
* `warren peg [name] [stable] [hash]`
* `warren peg [name] [stable] [hash]` Sets a certain hash as the new "stable"
* `warren start [name]` starts a deployment running
* `warren stop [name]` stops a deployment