API Reference
CLI commands overview
Commands
| Command | Description |
|---|---|
constela build <file> | Compile a program to JavaScript |
constela dev <file> | Start development server with hot reload |
constela validate <file> | Validate a program without building |
constela validate --all <dir> | Validate all JSON files in a directory |
constela inspect <file> | Visualize program structure |
constela init | Initialize a new Constela project |
Global Options
| Option | Description |
|---|---|
--help, -h | Show help information |
--version, -V | Show version number |