build [--target control|experiment] [--no-cache] | Rebuilds image(s) and restarts the servers (containers re-created — in-container state reset). | Builds the Docker image(s) only; doesn't touch a running session. |
start-containers | Recreates containers and restarts the servers (state reset). | Brings containers up idle and runs setupCommands on both sides. |
stop-containers | Stops containers and ends the menu session. | Stops containers and removes volumes. |
start-servers | Restarts overmind in the live session (containers untouched). | Launches the app via Overmind in this terminal — blocks; run in background. |
run-cmd <control|experiment> <cmd> | Same as local — docker execs into the named side (queued behind any in-flight lifecycle work). | Runs a one-off command inside the named side via docker exec. |
run-cmd-parallel <cmd> | Same as local — docker execs into both sides in parallel (queued behind lifecycle work). | Runs the same command in both containers in parallel. |
sync-changes <control|experiment> | Fails — the menu's fs.watch already auto-syncs the build context on every save; re-running would race the watcher. Just edit your files. | Syncs local git changes into the side's bind-mount volume. |
get-config <key> | Local — pure read; the value belongs on the caller's stdout. | Reads a resolved config field (e.g. dockerfile, ports). |
say <message> | Local. | Speaks the message via TTS (macOS/Linux). |
notify-server-started <control|experiment> | Local — Procfile helper. | Waits for the side's URL to respond, announces it via TTS, then sleeps to keep Overmind happy. |
run-overmind-command <control|experiment> <cmd> | Local — Procfile helper. | Runs a command inside a container with PID tracking (used inside Procfile lines). |
copy-changes-to-ssh <port> <host> [control|experiment|all] | Local. | Copies local git changes to a CI SSH host for debugging. |
forward-ports <port> <host> [controlPort] [experimentPort] | Local. | Forwards CI container ports to localhost via SSH. |
customize-docker-compose | Local. | Copies the bundled docker-compose.yml into the project for local editing. |