Automatic — Editor & Workflow

WP-CLI

Automate alt text generation from the terminal.

How it integrates

WP-CLI support means you can bulk-process thousands of images programmatically, integrate Alt Text Studio into your deployment pipelines, and run migrations at scale.

Under the hood

  1. Registers wp alttextstudio command when WP-CLI is detected.
  2. Subcommands: generate, status, credits.
  3. Batches images and respects rate limits.
  4. Supports --dry-run, --force, --limit, --batch-size, and --porcelain flags.

What you get

  • `wp alttextstudio generate` — process images in bulk
  • `wp alttextstudio status` — show plugin config and missing-alt counts
  • `wp alttextstudio credits` — check your credit balance
  • Machine-readable output with --porcelain
  • Safe for deploy scripts and cron jobs

Setup

WP-CLI must be installed on your server (most managed hosts include it). Install the plugin, then run `wp alttextstudio status` to verify.

See full setup instructions →

Try it with your WP-CLI setup

Install the Alt Text Studio WordPress plugin — WP-CLI integration lights up automatically.