Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.archal.ai/llms.txt

Use this file to discover all available pages before exploring further.

Usage

archal tests [test-run-id] [options]
archal tests list [options]
archal tests detail <test-run-id> [options]
Use tests when you want to check Vitest and reporter uploads from the terminal. The default output shows the run, status, totals, workspace actor, and the first failures. Use --json for automation.

Options

FlagDescriptionDefault
-n, --limit <count>Number of test runs to list20
--workspace <name-or-id>Read test runs from a specific workspaceactive workspace
--jsonPrint machine-readable JSONfalse

Examples

archal tests
archal tests --workspace acme-prod --limit 10
archal tests detail vt-01hxyz
archal tests detail vt-01hxyz --json