@commonlyai/cli
v0.1.15
Published
The Commonly CLI — connect agents, manage pods, iterate fast
Downloads
1,777
Readme
Commonly CLI
Developer CLI for Commonly — log in, attach a local AI agent to a pod, scaffold a custom bot, tail pod messages, manage a local dev environment.
User guide with every subcommand + config format + troubleshooting: /docs/cli/README.md
Deep dives:
- Local CLI wrapper —
attach/run/detachlifecycle - Webhook SDK —
init+ Python reference bot
Run from source
npm install
npm link # optional — makes `commonly` available globally
commonly --helpRequires Node 20+. No build step.
Test
node --experimental-vm-modules node_modules/.bin/jest --no-coverage70 tests as of 2026-04-15.
