Updating readme to reflect added functionality.
This commit is contained in:
parent
becb32c7ff
commit
72692b5dd7
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -10,20 +10,22 @@ Usage:
|
||||||
|
|
||||||
Available Commands:
|
Available Commands:
|
||||||
create Create an Aurora Job
|
create Create an Aurora Job
|
||||||
|
fetch Fetch information from Aurora
|
||||||
help Help about any command
|
help Help about any command
|
||||||
kill Kill an Aurora Job
|
kill Kill an Aurora Job
|
||||||
start Start a service or maintenance on a host (DRAIN).
|
start Start a service or maintenance on a host (DRAIN).
|
||||||
stop Stop a service or maintenance on a host (DRAIN).
|
stop Stop a service or maintenance on a host (DRAIN).
|
||||||
|
|
||||||
Flags:
|
Flags:
|
||||||
-h, --help help for australis
|
-h, --help help for australis
|
||||||
-p, --password string Password to use for API authentification
|
-p, --password string Password to use for API authentication
|
||||||
-u, --username string Username to use for API authentification
|
-s, --scheduler_addr string Aurora Scheduler's address.
|
||||||
-z, --zookeeper string Zookeeper node(s) where Aurora stores information.
|
-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.
|
Use "australis [command] --help" for more information about a command.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Status
|
## Status
|
||||||
Australis is a work in progress and does not support all the features of Apache Aurora.
|
Australis is a work in progress and does not support all the features of Apache Aurora.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue