Social Media

Commands for scheduling social media posts, managing drafts, and pulling analytics across all connected platforms.

Command Reference

Accounts

CommandDescription
accounts:listList all connected social media accounts

Posts

CommandDescription
posts:createCreate, schedule, or queue a post
posts:listList scheduled and published posts
posts:list-draftsList saved drafts
posts:updateUpdate a scheduled or published post
posts:update-draftUpdate a draft
posts:deleteDelete a scheduled post
posts:delete-draftDelete one or more drafts

Analytics

CommandDescription
analytics:aggregatedAggregated KPIs (impressions, engagement, followers)
analytics:rangeTime-series daily metrics
analytics:postsPer-post performance metrics
analytics:audienceAudience 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