config
builderforce config
Section titled “builderforce config”Config helpers: get/set/unset values by path. Run without a subcommand to open
the configure wizard (same as builderforce configure).
Examples
Section titled “Examples”builderforce config get browser.executablePathbuilderforce config set browser.executablePath "/usr/bin/google-chrome"builderforce config set agents.defaults.heartbeat.every "2h"builderforce config set agents.list[0].tools.exec.node "node-id-or-name"builderforce config unset tools.web.search.apiKeyPaths use dot or bracket notation:
builderforce config get agents.defaults.workspacebuilderforce config get agents.list[0].idUse the agent list index to target a specific agent:
builderforce config get agents.listbuilderforce config set agents.list[1].tools.exec.node "node-id-or-name"Values
Section titled “Values”Values are parsed as JSON5 when possible; otherwise they are treated as strings.
Use --json to require JSON5 parsing.
builderforce config set agents.defaults.heartbeat.every "0m"builderforce config set gateway.port 19001 --jsonbuilderforce config set channels.whatsapp.groups '["*"]' --jsonRestart the gateway after edits.