CLI

The rampa CLI runs load tests from the terminal and produces structured output for scripts and CI.

With uvx run installed:

$ uvx rampa --help

Then run it from the terminal:

$ uvx rampa run load_test.py
$ uvx rampa run load_test.py --vus 10 --duration 30s
$ uvx rampa check load_test.py
rampa run

Execute a load test script with metric output and exit codes.

rampa run
rampa check

Validate a script without running it.

rampa check
rampa doctor

Report environment and dependency status.

rampa doctor
CLI Reference

Auto-generated reference for all commands and options.

CLI Reference