(cli)=

# CLI

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

```{cli-install}
```

::::{grid} 1 2 2 4
:gutter: 2 2 3 3

:::{grid-item-card} rampa run
:link: run
:link-type: doc
Execute a load test script with metric output and exit codes.
:::

:::{grid-item-card} rampa check
:link: check
:link-type: doc
Validate a script without running it.
:::

:::{grid-item-card} rampa doctor
:link: doctor
:link-type: doc
Report environment and dependency status.
:::

:::{grid-item-card} CLI Reference
:link: reference
:link-type: doc
Auto-generated reference for all commands and options.
:::

::::

```{toctree}
:hidden:

run
check
doctor
reference
```
