# `smallforce social posts`

Validate, publish, inspect, update, cancel, and retry social posts

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

## Subcommands

- [`smallforce social posts list`](/docs/cli/commands/social/posts/list): List social posts and post IDs
- [`smallforce social posts get`](/docs/cli/commands/social/posts/get): Get one social post, publication statuses, errors, and URLs
- [`smallforce social posts create`](/docs/cli/commands/social/posts/create): Create a draft, publish now, or schedule a social post
- [`smallforce social posts validate`](/docs/cli/commands/social/posts/validate): Validate post content, media, publications, and platformOptions without creating a post
- [`smallforce social posts update`](/docs/cli/commands/social/posts/update): Update an editable draft, scheduled, failed, partial, or cancelled post
- [`smallforce social posts delete`](/docs/cli/commands/social/posts/delete): Delete a draft or cancel a scheduled post
- [`smallforce social posts retry`](/docs/cli/commands/social/posts/retry): Retry a failed or partially published social post

## Complete command help

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

Validate, publish, inspect, update, cancel, and retry social posts

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

Commands:
  list [options]             List social posts and post IDs
  get [options] <postId>     Get one social post, publication statuses, errors, and URLs
  create [options]           Create a draft, publish now, or schedule a social post
  validate [options]         Validate post content, media, publications, and platformOptions without
                             creating a post
  update [options] <postId>  Update an editable draft, scheduled, failed, partial, or cancelled post
  delete [options] <postId>  Delete a draft or cancel a scheduled post
  retry [options] <postId>   Retry a failed or partially published social post
  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.
