• Resolved juntodigital

    (@juntodigital)


    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-generator
    wp plugin activate ai-alt-text-generator
    wp 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

    (@migkapa)

    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-xxxx
    wp ai-alt-text generate –yes

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.