PromptBusPromptBus

CLI Reference


Usage

Terminal
promptbus <command> [options]

Commands

install

Configure Claude Code to route through PromptBus

command
bash
$ promptbus install [options]

Options

--project, -pTarget a specific project's settings.json
--yes, -yAuto-confirm without prompting

uninstall

Revert Claude Code configuration

command
bash
$ promptbus uninstall

start

Start proxy + dashboard daemon

command
bash
$ promptbus start

stop

Stop the running daemon

command
bash
$ promptbus stop

restart

Restart the daemon

command
bash
$ promptbus restart

status

Show proxy and configuration status

command
bash
$ promptbus status

logs

Print last 20 lines of daemon log

command
bash
$ promptbus logs

Global Flags

FlagDescription
--version, -vShow version number
--help, -hShow help message
--project, -pTarget a specific project
--yes, -yAuto-confirm prompts

Environment Variables

VariableDefaultDescription
PROMPTBUS_PORT4701Proxy server port
PROMPTBUS_DASHBOARD_PORT4702Dashboard server port