diff --git a/run-run/cli/CLI.md b/run-run/cli/CLI.md index 0bd7853..e2a85f2 100644 --- a/run-run/cli/CLI.md +++ b/run-run/cli/CLI.md @@ -1,6 +1,6 @@ # `rr` -- **version**: 1.2.1 +- **version**: 1.3.0 - **Usage**: `rr [--about] [--usage] ` @@ -98,6 +98,30 @@ format all the code check if the underlying tool is working correctly +## `rr test` + +- **Usage**: `rr test [--env ] [args]… ` + +Passthrough to the configured test runner. Forwards every flag and argument (e.g. --project, --watch) — including --help — straight to the tool. Loads .env.test or .env by default. ('rr test doctor' is reserved for the health check.) + +### Arguments + +#### `[args]…` + +arguments forwarded to the test runner + +### Flags + +#### `--env ` + +load this env file before running (default: .env.test, then .env) + +## `rr test doctor` + +- **Usage**: `rr test doctor` + +check if the underlying tool is working correctly + ## `rr pack` - **Usage**: `rr pack ` @@ -176,7 +200,7 @@ install and configure an @rrlab plugin #### `` -plugin alias (ts|biome|oxc|tsdown), optionally with @ e.g. biome@pr-226 +plugin alias (ts|biome|oxc|tsdown|vitest), optionally with @ e.g. biome@pr-226 ### Flags @@ -210,6 +234,7 @@ plugin alias to remove - `biome` - `oxc` - `tsdown` +- `vitest` ### Flags