From 1dd630ad4e957cd0fd953c4de5af39e8b8cffb0d Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Sun, 29 Apr 2018 18:56:13 -0400 Subject: [PATCH] Add some sample commands. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d378e92..f141f34 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,16 @@ Flags: Use "australis [command] --help" for more information about a command. ``` +## Sample commands: + +### Fetching current leader +`australis fetch leader [ZK NODE 1] [ZK NODE 2]...[ZK NODE N]` + +### Setting host to DRAIN: +`australis start drain [HOST 1] [HOST 2]...[HOST N]` + +### Taking hosts out of DRAIN (End maintenance): +`australis stop drain [HOST 1] [HOST 2]...[HOST N]` ## Status Australis is a work in progress and does not support all the features of Apache Aurora.