CLI Reference
Usage
Terminal
promptbus <command> [options]Commands
install
Configure Claude Code to route through PromptBus
bash
$ promptbus install [options]Options
--project, -pTarget a specific project's settings.json--yes, -yAuto-confirm without promptinguninstall
Revert Claude Code configuration
bash
$ promptbus uninstallstart
Start proxy + dashboard daemon
bash
$ promptbus startstop
Stop the running daemon
bash
$ promptbus stoprestart
Restart the daemon
bash
$ promptbus restartstatus
Show proxy and configuration status
bash
$ promptbus statuslogs
Print last 20 lines of daemon log
bash
$ promptbus logsGlobal Flags
| Flag | Description |
|---|---|
| --version, -v | Show version number |
| --help, -h | Show help message |
| --project, -p | Target a specific project |
| --yes, -y | Auto-confirm prompts |
Environment Variables
| Variable | Default | Description |
|---|---|---|
| PROMPTBUS_PORT | 4701 | Proxy server port |
| PROMPTBUS_DASHBOARD_PORT | 4702 | Dashboard server port |