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
- Registers
wp alttextstudiocommand when WP-CLI is detected. - Subcommands:
generate,status,credits. - Batches images and respects rate limits.
- Supports
--dry-run,--force,--limit,--batch-size, and--porcelainflags.
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.