Title: WP CLI command?
Last modified: May 15, 2026

---

# WP CLI command?

 *  Resolved [juntodigital](https://wordpress.org/support/users/juntodigital/)
 * (@juntodigital)
 * [1 month, 1 week ago](https://wordpress.org/support/topic/wp-cli-command-3/)
 * Any chance this could come with some wp-cli commands? We have a ton of sites 
   with a lot of images. Would be great to be able to install it, set our api key,
   and bulk-generate alt-text for images on each site. Something like:
   `wp plugin
   install ai-alt-text-generatorwp plugin activate ai-alt-text-generatorwp ai-alt-
   text activate --provider=openai --key={api-key}wp ai-alt-text generate --limit
   ={number-of-images}

Viewing 1 replies (of 1 total)

 *  Plugin Author [migkapa](https://wordpress.org/support/users/migkapa/)
 * (@migkapa)
 * [1 week ago](https://wordpress.org/support/topic/wp-cli-command-3/#post-18943698)
 * Hi, 
   I added wp-cli to the new version. I hope it helps!
 * **Configure a provider and API key**
 * wp ai-alt-text activate –provider=openai –key=sk-xxxxxxxx Bulk-generate alt text
   for all images missing it
 * wp ai-alt-text generate Regenerate alt text for specific attachments
 * wp ai-alt-text generate –ids=12,34,56 –force Preview what would be processed 
   without calling the API
 * wp ai-alt-text generate –limit=20 –dry-run Show current configuration and coverage
 * wp ai-alt-text status
   **A typical install/activate/generate workflow:**
 * wp plugin install ai-alt-text-generator –activate
   wp ai-alt-text activate –provider
   =anthropic –key=sk-ant-xxxxwp ai-alt-text generate –yes

Viewing 1 replies (of 1 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwp-cli-command-3%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/ai-alt-text-generator/assets/icon-256x256.png?rev=3200537)
 * [AI Alt Text Generator](https://wordpress.org/plugins/ai-alt-text-generator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ai-alt-text-generator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ai-alt-text-generator/)
 * [Active Topics](https://wordpress.org/support/plugin/ai-alt-text-generator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ai-alt-text-generator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ai-alt-text-generator/reviews/)

## Tags

 * [wp-cli](https://wordpress.org/support/topic-tag/wp-cli/)

 * 1 reply
 * 2 participants
 * Last reply from: [migkapa](https://wordpress.org/support/users/migkapa/)
 * Last activity: [1 week ago](https://wordpress.org/support/topic/wp-cli-command-3/#post-18943698)
 * Status: resolved