Add some sample commands.

This commit is contained in:
Renan DelValle 2018-04-29 18:56:13 -04:00
parent 88b0314665
commit 1dd630ad4e
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -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.