CLI Reference
Every poormad command and flag, with examples.
Every poormad command, with the flags that matter.
Commands
| Command | Purpose |
|---|---|
poormad | Start an interactive session. |
poormad "<prompt>" | Run a one-shot prompt and exit. |
poormad -f file.md | Prompt from a file. |
poormad gateway | Start the JSON-RPC/WebSocket gateway server. |
poormad dashboard | Start the dashboard server (portal backend). |
poormad platforms link <name> | Connect a messaging platform. |
poormad platforms list | List connected platforms. |
poormad skill <name> | Inspect or run a skill. |
poormad update | Pull the latest from origin/main. |
poormad --version | Print the version. |
Global flags
| Flag | Meaning |
|---|---|
--home PATH | Override PoorMad home. |
--profile NAME | Use a named profile. |
--model SLUG | Override model for this run. |
--no-memory | Disable cross-session recall. |
--insecure | Bind gateway without a token (trusted LAN only). |
Examples
poormad "write a skill that lints this repo" poormad gateway --bind 127.0.0.1:8765 poormad --profile work "summarize my standup notes"