adding wp-cli commands to plugin: how to document to users?

I'm adding wp-cli support to a plugin of mine.

Is there an accepted way of letting my users know they can use wp-cli with my plugin? I can put stuff in my readme.tx of course, and I can put an explanation on my admin page, and I will do those things.

But, is there a particular tag in the plugin registry? A conventional format for the readme.txt and/or admin page explanations?

(I know about wp mycommand help : the built-in help once a user finds their way to the cli.)

Topic readme wp-cli plugin-development Wordpress

Category Web


There's the wp-cli tag that is being used in WordPress plugin directory, but it is not super popupar (less than 500 plugins seem to use it). wpcli is not even close with less than 20.

In general you've listed all the other ways that you can inform your users unintrusively about the presence of a WP-CLI command with your plugin.

You could, of course, add an article in your plugin's website, the extra documentation that you might have, in the newsletter for the plugin, etc., but this is all extra efforts for someone who's making money out of it or insists on making it a well-known fact by everyone.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.