Updating readme to reflect added functionality.

This commit is contained in:
Renan DelValle 2018-03-13 17:05:02 -07:00
parent becb32c7ff
commit 72692b5dd7
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -10,6 +10,7 @@ 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).
@ -17,8 +18,9 @@ Available Commands:
Flags:
-h, --help help for australis
-p, --password string Password to use for API authentification
-u, --username string Username to use for API authentification
-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.