build_mode must be set to dev in your helix.toml configuration.
Usage
Available sub-commands
| Sub-command | Description |
|---|---|
start | Start the dashboard |
stop | Stop the running dashboard |
status | Show dashboard status and connection info |
helix dashboard start
| Flag | Type | Description | Default |
|---|---|---|---|
--port, -p | Number | Port to run dashboard on | 3000 |
--host | String | Helix host to connect to (e.g. localhost). Bypasses project config | |
--helix-port | Number | Helix port to connect to. Used with --host | 6969 |
--attach | Boolean | Run dashboard in foreground with logs | |
--restart | Boolean | Restart if dashboard is already running |