Skip to content

Command Line Interface (CLI)

Hoai Phuoc Truong edited this page Feb 10, 2020 · 2 revisions

Repeat as a CLI

Please read the Getting started page first for more context.

The Repeat binary can be used as a CLI to interact with the server launched by the same binary!!

Normally, the program is launched using java -jar Repeat.jar. To use the binary as a CLI, simply add "cli" as the first argument:

java -jar Repeat.jar cli --help

This allows us to switch to create better automation by leveraging shared variables.

Clone this wiki locally