Command Line Interface
Every command reports a failure as [inca] <command> failed (<code>): … — see Error Codes for what each one means.
inca dev
Watches your app and opens a live-reloading window, reloading on every change.
Usage
sh
inca devinca build
Bundles your app for production, once, with no window opened. See Building for Production.
Usage
sh
inca buildinca package
Builds your app, then packages it with a prebuilt inca-host into a distributable application: a .app on macOS, a plain directory on Linux. See Building for Production.
Usage
sh
inca packageEnvironment Variables
| Variable | Description |
|---|---|
INCA_HOST_BIN | Path to a specific inca-host binary, used by dev and package in place of automatic resolution — e.g. on a custom or unpublished build. |