Appearance
CLI
The murph CLI is the terminal control surface for setup, runtime operations, health checks, credentials, and policy.
Setup commands
bash
murph setup
murph setup ai
murph setup slack
murph setup identity
murph setup channels
murph setup schedule
murph setup policy
murph setup statusUse murph setup for the full wizard. Use a section command when you only need to update one setup area.
Runtime commands
bash
murph start
murph start --background
murph status
murph logs
murph stop
murph restart
murph openUse these commands to run Murph locally and inspect the local process.
Health commands
bash
murph doctorUse murph doctor after setup changes or when a channel, provider, or runtime check fails.
Credential commands
Murph stores local secrets in ~/.murph/.credentials.
bash
murph credentials doctor
murph credentials listUse these commands to inspect local credential readiness without printing secret values.
Policy commands
bash
murph policy profiles
murph policy get
murph policy preview --profile engineering
murph policy set --profile engineeringUse policy commands to inspect or switch the local autonomy profile.
Maintenance commands
bash
murph update
murph uninstall --dry-run
murph uninstallUse murph uninstall --dry-run before removing Murph-owned local files. murph uninstall removes ~/.murph, the installed CLI link, local credentials, logs, managed deps, and SQLite data, but leaves unrelated system tools alone.