wp-cli / extension-command

Manages plugins and themes, including installs, activations, and updates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optional field for plugin author

bgoewert opened this issue · comments

Feature Request

Describe your use case and the problem you are facing

It would be helpful to have an option to list the plugin author. For an example, an agency is asking for a list of plugins on one of the sites I maintain. I thought that I'd try using wp-cli to quickly get a CSV of all the active plugins. However, several plugins that were created internally and do not have great names or descriptions, but the author was set as a unique internal name. Without the author listed, I still have to go through the list and define which ones were created internally.

Edit: Updated use case. I wrote a sloppy original description because I was in a hurry.

Describe the solution you'd like

Add an optional field to list the plugin author.

Thanks for the suggestion, @bgoewert ! This seems like a reasonable request.

Feel free to submit a pull request, if you'd like. Here is some guidance on our pull request best practices.

I can look into that 🙂

This should have been resolved by #369 , correct?