You are viewing an older version of the Social Feeds documentation (1.x).
View the latest version (2.x) →
Developers
Console Commands
Posts
Refresh Posts
For a provided Source, refresh the Posts by fetching new ones from the provider API. This circumvents any cache duration timeout.
| Option | Description |
|---|---|
--source | The handle of the Source to refresh Posts for. |
--limit | The number of posts to fetch from the provider API. Default to postsLimit plugin setting. |
./craft social-feeds/posts/refresh --source=mySourceHandle
Last updated: May 4, 2026, 8:57:41 AM