Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Commit

Permalink
Updating README to reflect new operations available through the CLI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ridv committed Sep 17, 2018
1 parent 255546b commit 40d1458
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ A light-weight client for [Apache Aurora](https://aurora.apache.org/) built usin
## Usage

```
A light-weight command line client for use with Apache Aurora built using gorealis.
Usage:
australis [command]
Expand All @@ -13,11 +15,15 @@ Available Commands:
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).
start Start a service, maintenance on a host (DRAIN), a snapshot, or a backup.
stop Stop a service or maintenance on a host (DRAIN).
Flags:
-a, --caCertsPath string CA certificates path to use.
-c, --clientCert string Client certificate to use to connect to Aurora.
-k, --clientKey string Client key to use to connect to Aurora.
-h, --help help for australis
-i, --insecureSkipVerify Skip verification.
-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
Expand Down

0 comments on commit 40d1458

Please sign in to comment.