Skip to content

Config commands

These commands edit the config for a workbench you already created. They only change the yml (and seed any needed values into the env); the change takes effect on the next apply. Each kind of component has an add- command and a matching remove-.

CommandsWhat they do
add-language / remove-languageAdd or remove a language toolchain (Node, Python, Go, …).
add-service / remove-serviceAdd or remove a backing service (Postgres, MySQL, Redis, or any image).
add-feature / remove-featureAdd or remove a devcontainer feature (AI agents, CLIs, SDKs).
add-mcp-server / remove-mcp-serverGive the agents an MCP server to reach, or take it away.
add-repo / remove-repoAdd or remove a git repo cloned into the workbench.
add-port / remove-portExpose or stop exposing a port through the proxy.
add-apt-packages / remove-apt-packagesAdd or remove Debian/Ubuntu apt packages.
add-from-url / remove-from-urlAdd or remove an install script URL that runs on every rebuild.