@v5x/cli is a Bun-powered command-line interface for the complete local development loop.
Command groups
Project commands
Create, build, clean, upload, and run programs.
Brain commands
Inspect devices, files, screenshots, program output, and system values.
v5x <command> --help for the exact syntax of your installed version.
JSON errors
Commands that support--json also return machine-readable failures. A failure
is written to standard error as one JSON object and the command exits with its
existing non-zero status:
message: a human-readable description of the failure.exitCode: the same numeric status returned by the process.
--verbose
or V5X_DEBUG=1 is set. Without --json, failures retain their human-readable
format and --verbose continues to show stack traces.