bobbinry
v0.1.1
Published
CLI for the Bobbinry writing platform
Downloads
247
Maintainers
Readme
bobbinry
CLI for the Bobbinry writing platform. Access your projects, entities, and stats from the terminal — built for both humans and AI agents.
Install
npm install -g bobbinryOr run directly:
npx bobbinrySetup
- Create an API key at bobbinry.com/settings/api-keys
- Configure it:
bobbinry config set api-key bby_your_key_hereCommands
bobbinry projects List your projects
bobbinry projects get <id> Project details
bobbinry projects create <n> Create a new project
bobbinry entities list <coll> List entities in a collection
bobbinry entities get <id> Get a single entity
bobbinry entities create Create an entity
bobbinry entities update <id> Update an entity
bobbinry entities delete <id> Delete an entity
bobbinry stats Dashboard stats
bobbinry whoami Current user info
bobbinry discover Browse published projects
bobbinry read <slug> Read published content
bobbinry export <id> <format> Export a project
bobbinry config Manage CLI configurationJSON output
Every command supports --json for machine-readable output:
bobbinry projects --json
bobbinry entities list content -p <project-id> --jsonGlobal options
| Flag | Description |
|------|-------------|
| --json | Output raw JSON |
| --api-url <url> | Override API base URL |
| --api-key <key> | Override API key (one-shot) |
| --verbose | Show request/response details |
API key resolution
The CLI looks for an API key in this order:
--api-keyflagBOBBINRY_API_KEYenvironment variable~/.config/bobbinry/config.json~/.config/bobbinry/.env(legacy)
License
AGPL-3.0-only
