We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
java -jar Repeat.jar cli --help
This allows us to switch to create better automation by leveraging shared variables.