Reference
CLI Reference
The wu-bot CLI is the primary interface. Every hosted-web action has a CLI equivalent.
Commands
wu-bot init | First-time setup: config, vault, control-plane pairing |
wu-bot new <name> | Scaffold a new strategy from a template |
wu-bot backtest | Run the strategy in the current directory |
wu-bot report | Render an HTML report from the last backtest |
wu-bot deploy | Promote the current strategy to a hosted agent |
wu-bot halt | Stop one, many, or all running agents |
wu-bot broker connect | Authorize a broker (robinhood, chain) |
wu-bot memory | Read or edit an agent's persistent memory |
wu-bot doctor | Diagnose local environment issues |
Global flags
--profile <name> use an alternate config profile
--json emit machine-readable output
--quiet suppress spinners and progress bars
--verbose log every provider call