Setup & Dashboard
Bootstrap insight-flow in a project and launch its servers. These commands don't require existing task state.
| Command | Purpose |
|---|---|
init | Initialize insight-flow in the current project (scaffold roles, commands, config). Flags: --force, --examples, --editor. |
ui | Launch the dashboard server (default command). --port (default 6006). |
master | Launch the multi-project master overview server. --port (default 6100). |
help | Show help text. |
version | Show the installed version. |
Multi-project (bulk)
Run and manage dashboards across several registered projects at once:
| Command | Purpose |
|---|---|
bulk-register | Register a project folder for bulk operations. |
bulk-unregister | Unregister a project folder. |
bulk-ui | Launch dashboards for multiple projects. Flags: --add, --remove, --list, --no-open. |
bulk-down | Stop all servers started by the last bulk-ui. |
bulk-init | Re-run init across registered projects. Flags: --force, --examples, --editor. |
bulk-prompt-build | Re-sync role files across registered projects. |
Examples
npx insight-flow init --examples # init with example tasks
insight-flow # same as `insight-flow ui` → :6006
insight-flow ui # dashboard + auto-starts master on :6100
insight-flow master --port 6100 # master overview only
Deprecated aliases
ui-batch-register, ui-batch-unregister, ui-batch-down, and batch-ui are kept
as aliases of the bulk-* commands for one release.