Commands for scheduling social media posts, managing drafts, and pulling analytics across all connected platforms.
Command Reference
Accounts
| Command | Description |
|---|---|
accounts:list | List all connected social media accounts |
Posts
| Command | Description |
|---|---|
posts:create | Create, schedule, or queue a post |
posts:list | List scheduled and published posts |
posts:list-drafts | List saved drafts |
posts:update | Update a scheduled or published post |
posts:update-draft | Update a draft |
posts:delete | Delete a scheduled post |
posts:delete-draft | Delete one or more drafts |
Analytics
| Command | Description |
|---|---|
analytics:aggregated | Aggregated KPIs (impressions, engagement, followers) |
analytics:range | Time-series daily metrics |
analytics:posts | Per-post performance metrics |
analytics:audience | Audience demographics |
Supported Platforms
facebook · instagram · linkedin · tiktok · tiktokBusiness · youtube · pinterest · threads · google · bluesky
Common Workflow
# 1. Get account ID
simplified accounts:list --network instagram
# 2. Schedule a post
simplified posts:create \
-c "Your content here" \
-a "ACCOUNT_ID" \
--action schedule \
--date "2026-04-01 09:00"
# 3. Check performance
simplified analytics:aggregated -a ACCOUNT_ID --from 2026-03-01 --to 2026-03-31