kadenzo-cli
v1.0.0
Published
Command-line client for Kadenzo — schedule, manage, generate, and analyze social posts across 11 networks from your terminal or scripts.
Maintainers
Readme
kadenzo — CLI
Command-line client for Kadenzo — schedule, manage, generate, and analyze social posts across 11 networks (Instagram, TikTok, X, LinkedIn, YouTube, Facebook, Pinterest, Threads, Bluesky, Mastodon, Telegram) from your terminal or scripts. Zero dependencies.
Install
npm install -g kadenzo-cli # then: kadenzo <command>
# or run without installing:
npx kadenzo-cli <command>Auth
Generate an API key in Kadenzo (Settings → API keys, studio.kadenzo.app/dashboard/settings?section=api; paid plans), then:
export KADENZO_API_KEY="kdz_live_xxxxxxxxxxxxxxxxxxxxxxxx"KADENZO_API_BASE overrides the API base URL.
Commands
| Command | Description |
|---------|-------------|
| kadenzo accounts | List connected accounts (ids + platforms) |
| kadenzo posts [--status s] [--limit n] [--offset n] | List your posts |
| kadenzo get <postId> | Show one post (status, per-channel outcome, options) |
| kadenzo schedule --content "..." --accounts id1,id2 --at <iso> [--media url1,url2] [--dry-run] | Schedule a post |
| kadenzo update <postId> [--content ...] [--accounts ...] [--at <iso>] [--media ...] | Edit a scheduled post |
| kadenzo cancel <postId> | Cancel a scheduled post |
| kadenzo upload <file> | Upload an image/video, print its URL |
| kadenzo generate --topic "..." --platform <p> [--goal story\|educate\|promote] | Generate post copy |
| kadenzo analytics <accountId> [--limit n] | Recent posts + engagement for an account |
| kadenzo best-times <accountId> | Personalized posting times (Professional+) |
Add --json to any command for raw JSON output. kadenzo --help for the full reference.
Examples
kadenzo accounts
kadenzo generate --topic "our summer sale" --platform instagram --goal promote
kadenzo schedule --content "Hello 👋" --accounts 8f3...,a91... --at 2026-07-02T09:00:00Z
kadenzo best-times 8f3...Full API reference: https://studio.kadenzo.app/developers · https://kadenzo.app
