more doc updates
This commit is contained in:
parent
373ddf66b9
commit
cc859d1780
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue