From cc859d178030d5b793d850f561f71eefa84e9da3 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Fri, 27 Mar 2015 20:37:53 -0700 Subject: [PATCH] more doc updates --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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