Add some sample commands.
This commit is contained in:
parent
88b0314665
commit
1dd630ad4e
1 changed files with 10 additions and 0 deletions
10
README.md
10
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue