Skip to main content
Version: 2.0

Setup & Dashboard

Bootstrap insight-flow in a project and launch its servers. These commands don't require existing task state.

CommandPurpose
initInitialize insight-flow in the current project (scaffold roles, commands, config). Flags: --force, --examples, --editor.
uiLaunch the dashboard server (default command). --port (default 6006).
masterLaunch the multi-project master overview server. --port (default 6100).
helpShow help text.
versionShow the installed version.

Multi-project (bulk)

Run and manage dashboards across several registered projects at once:

CommandPurpose
bulk-registerRegister a project folder for bulk operations.
bulk-unregisterUnregister a project folder.
bulk-uiLaunch dashboards for multiple projects. Flags: --add, --remove, --list, --no-open.
bulk-downStop all servers started by the last bulk-ui.
bulk-initRe-run init across registered projects. Flags: --force, --examples, --editor.
bulk-prompt-buildRe-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.