Skip to content

Commands Reference

These options are available on all commands.

FlagDescriptionDefault
--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, --versionOutput the current version-
-h, --helpDisplay help for command-

Run evals against discovered skills. Results are saved as JSON reports per-skill.

dojo run [skill] [options]
ArgumentDescriptionRequired
skillFilter by skill name (supports glob patterns)No
FlagDescriptionDefault
-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 runsCPU cores
--no-parallelismRun evals sequentially-
-o, --output <path>Write combined report to file-
-i, --inspectShow key session events (model, prompt, tool calls, errors). Full event stream is written to logs.json.-

List all discovered skills and evals in a tabular format.

dojo list [options]

Validate the config, skills, and evals. Reports errors without running anything.

dojo validate [options]
v0.3.3