# `smallforce ads creatives`

Manage reusable Meta creatives, images, videos, and catalogs

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

## Subcommands

- [`smallforce ads creatives list`](/docs/cli/commands/ads/creatives/list): List reusable Meta ad creatives
- [`smallforce ads creatives create`](/docs/cli/commands/ads/creatives/create): Create a reusable Meta ad creative
- [`smallforce ads creatives get`](/docs/cli/commands/ads/creatives/get): Read a reusable Meta ad creative
- [`smallforce ads creatives update`](/docs/cli/commands/ads/creatives/update): Update a reusable Meta ad creative
- [`smallforce ads creatives delete`](/docs/cli/commands/ads/creatives/delete): Delete a reusable Meta ad creative
- [`smallforce ads creatives upload-image`](/docs/cli/commands/ads/creatives/upload-image): Upload a SmallForce image asset to Meta Ads
- [`smallforce ads creatives list-images`](/docs/cli/commands/ads/creatives/list-images): List Meta ad-account images
- [`smallforce ads creatives upload-video`](/docs/cli/commands/ads/creatives/upload-video): Upload a SmallForce video asset to Meta Ads
- [`smallforce ads creatives list-videos`](/docs/cli/commands/ads/creatives/list-videos): List Meta ad-account videos
- [`smallforce ads creatives delete-video`](/docs/cli/commands/ads/creatives/delete-video): Delete a Meta ad-account video
- [`smallforce ads creatives catalogs`](/docs/cli/commands/ads/creatives/catalogs): List Meta commerce catalogs
- [`smallforce ads creatives product-sets`](/docs/cli/commands/ads/creatives/product-sets): List product sets in a Meta catalog

## Complete command help

```text
Usage: smallforce ads creatives [options] [command]

Manage reusable Meta creatives, images, videos, and catalogs

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

Commands:
  list [options]                     List reusable Meta ad creatives
  create [options]                   Create a reusable Meta ad creative
  get [options] <targetId>           Read a reusable Meta ad creative
  update [options] <targetId>        Update a reusable Meta ad creative
  delete [options] <targetId>        Delete a reusable Meta ad creative
  upload-image [options]             Upload a SmallForce image asset to Meta Ads
  list-images [options]              List Meta ad-account images
  upload-video [options]             Upload a SmallForce video asset to Meta Ads
  list-videos [options]              List Meta ad-account videos
  delete-video [options] <targetId>  Delete a Meta ad-account video
  catalogs [options]                 List Meta commerce catalogs
  product-sets [options] <targetId>  List product sets in a Meta catalog
  help [command]                     display help for command
```

## Related reference

- [`smallforce ads`](/docs/cli/commands/ads): 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.
