# `smallforce social sync`

Refresh provider profiles, accounts, posts, and external posts into SmallForce

This page is generated from the same Commander definition shipped in SmallForce CLI 0.1.7. Run `smallforce social sync --help` locally to view the same reference for your installed version.

## Subcommands

- [`smallforce social sync accounts`](/docs/cli/commands/social/sync/accounts): Refresh connected social accounts and destinations
- [`smallforce social sync profiles`](/docs/cli/commands/social/sync/profiles): Refresh provider profile metadata
- [`smallforce social sync posts`](/docs/cli/commands/social/sync/posts): Import a page of provider posts for one or all organization profiles
- [`smallforce social sync post`](/docs/cli/commands/social/sync/post): Refresh exactly one organization-owned post
- [`smallforce social sync external-posts`](/docs/cli/commands/social/sync/external-posts): Import provider-created content for one organization-owned account

## Complete command help

```text
Usage: smallforce social sync [options] [command]

Refresh provider profiles, accounts, posts, and external posts into SmallForce

Options:
  -h, --help                display help for command

Commands:
  accounts [options]        Refresh connected social accounts and destinations
  profiles [options]        Refresh provider profile metadata
  posts [options]           Import a page of provider posts for one or all organization profiles
  post [options]            Refresh exactly one organization-owned post
  external-posts [options]  Import provider-created content for one organization-owned account
  help [command]            display help for command
```

## Related reference

- [`smallforce social`](/docs/cli/commands/social): Parent command and related operations.
- [CLI installation and authentication](/docs/cli/getting-started): Install the CLI and configure an API key.
- [CLI JSON output](/docs/cli/json-output): Use stable machine-readable output in scripts and agents.
