CLI Reference
Our CLI lets you manage, post, and automate tasks for all your social media channels—directly from the terminal.
Installation
Install globally with npm:
npm install -g social-reach-cliLogin & Authentication
Link your account to post and track analytics:
social-reach-cli loginUsage Examples
Post to all platforms:
social-reach-cli post --platforms twitter facebook instagram linkedin --message "Product update 1.2.0 is LIVE!"Schedule a post:
social-reach-cli schedule --platforms all --message "Happy Friday!" --date 2025-08-29 --time 09:00Get analytics overview:
social-reach-cli stats --platforms twitter linkedin facebookCommand Help
See available CLI commands or get help with:
social-reach-cli --helpFor advanced scripting and full reference, check out our API documentation or ask for community support.