From 72692b5dd7c2a8c35832995074d24419246dc353 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Tue, 13 Mar 2018 17:05:02 -0700 Subject: [PATCH] Updating readme to reflect added functionality. --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 69b753e..d378e92 100644 --- a/README.md +++ b/README.md @@ -10,20 +10,22 @@ Usage: Available Commands: create Create an Aurora Job + fetch Fetch information from Aurora help Help about any command kill Kill an Aurora Job start Start a service or maintenance on a host (DRAIN). stop Stop a service or maintenance on a host (DRAIN). Flags: - -h, --help help for australis - -p, --password string Password to use for API authentification - -u, --username string Username to use for API authentification - -z, --zookeeper string Zookeeper node(s) where Aurora stores information. + -h, --help help for australis + -p, --password string Password to use for API authentication + -s, --scheduler_addr string Aurora Scheduler's address. + -u, --username string Username to use for API authentication + -z, --zookeeper string Zookeeper node(s) where Aurora stores information. Use "australis [command] --help" for more information about a command. ``` ## Status -Australis is a work in progress and does not support all the features of Apache Aurora. \ No newline at end of file +Australis is a work in progress and does not support all the features of Apache Aurora.