CLI Reference

Production-focused commands for OpenLVM test runs, saved scenarios, and Solana Arena validation.

Preflight + Readiness

python -m openlvm.cli arena-preflight --ping --json

Check local runtime and Solana integration readiness before running test flows.

Workbench Collection Run

python -m openlvm.cli collection-run <collection_id> --scenarios 3

Execute saved scenarios from one collection with the OpenLVM orchestrator.

Save Executable Scenario

python -m openlvm.cli scenario-save <collection_id> <name> <config_path> <input_text> --execution-command "python -c \"print(123)\""

Store scenario definitions that execute real commands during runs.

Arena Scenario Run

python -m openlvm.cli arena-run --agent <pubkey> --scenario <path/to/scenario.json> --wallet-provider embedded

Run a Solana Arena scenario with onchain intent metadata generation.