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-cli

Login & Authentication

Link your account to post and track analytics:

social-reach-cli login

Usage 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:00

Get analytics overview:

social-reach-cli stats --platforms twitter linkedin facebook

Command Help

See available CLI commands or get help with:

social-reach-cli --help

For advanced scripting and full reference, check out our API documentation or ask for community support.