diff --git a/README.md b/README.md index 0ec6efc..d5d1297 100644 --- a/README.md +++ b/README.md @@ -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