Commands Reference
Global Options
Section titled “Global Options”These options are available on all commands.
| Flag | Description | Default |
|---|---|---|
--skills-dir <dir> | Override skills directory (repeatable) | - |
--evaluator-model <model> | Override evaluator model | - |
--model-provider <provider> | Override model provider | - |
--cwd <dir> | Working directory for config and skill discovery | - |
-v, --version | Output the current version | - |
-h, --help | Display help for command | - |
Commands
Section titled “Commands”dojo run
Section titled “dojo run”Run evals against discovered skills. Results are saved as JSON reports per-skill.
dojo run [skill] [options]Arguments
Section titled “Arguments”| Argument | Description | Required |
|---|---|---|
skill | Filter by skill name (supports glob patterns) | No |
Options
Section titled “Options”| Flag | Description | Default |
|---|---|---|
-e, --eval <name> | Run only evals matching this name | - |
-V, --variant <name> | Run only a specific variant (by name) | - |
-p, --parallelism <n> | Max concurrent eval runs | CPU cores |
--no-parallelism | Run evals sequentially | - |
-o, --output <path> | Write combined report to file | - |
-i, --inspect | Show key session events (model, prompt, tool calls, errors). Full event stream is written to logs.json. | - |
dojo list (alias: ls)
Section titled “dojo list (alias: ls)”List all discovered skills and evals in a tabular format.
dojo list [options]dojo validate
Section titled “dojo validate”Validate the config, skills, and evals. Reports errors without running anything.
dojo validate [options]v0.3.3