Posting

Basic post

sfeed post "Just shipped a new feature"

Posts to all connected platforms. If you're connected to Facebook and Instagram, it posts to both.

Target specific platforms

sfeed post "Just shipped a new feature" --to facebook
sfeed post "Just shipped a new feature" --to instagram
sfeed post "Just shipped a new feature" --to facebook,instagram

Attach media

sfeed post "New dashboard" --media ./screenshot.jpg

For Instagram, images must be publicly accessible URLs (not local file paths). Facebook accepts local files.

Schedule a post

sfeed post "Monday motivation" --at "2026-04-01T09:00:00Z"

Scheduled posts are handled by the cloud scheduler. No local daemon needed. The post fires at the specified time (checked every minute).

Facebook also supports native scheduling through their API, so Facebook scheduled posts are exact.

Dry run

sfeed post "test" --dry-run

Shows what would be posted without actually posting.

Options

Back to Docs