Skip to content

Command Reference

List each command with its purpose, syntax, and exit behavior.

project start

Starts the local service.

project start [--config FILE] [--listen ADDRESS]

project check

Validates configuration without starting the service. Exit status 0 means valid; any non-zero status means the configuration must not be deployed.

project check [--config FILE]

Replace these placeholders with commands copied from your real CLI help output.