This is the multi-page printable view of this section. .
Reference
Look up configuration and commands without reading a tutorial.
Use this section when you already know what you need to find.
1 - Configuration
Record supported keys, defaults, and examples in one place.
Replace this small table with the public configuration surface of your project.
| Key | Type | Default | Meaning |
|---|---|---|---|
listen | string | 127.0.0.1:8080 | Address used by the local server |
log_level | string | info | Minimum emitted log level |
read_only | boolean | false | Disable operations that change state |
Example
Document validation and precedence beside the keys, not in a separate hidden guide.
2 - Command Reference
List each command with its purpose, syntax, and exit behavior.
project start
Starts the local service.
project check
Validates configuration without starting the service. Exit status 0 means valid; any non-zero status means the configuration must not be deployed.
Replace these placeholders with commands copied from your real CLI help output.