Include update_version
in default plugin list and theme list fields
#198
Milestone
update_version
in default plugin list and theme list fields
#198
Feature Request
Describe your use case and the problem you are facing
wp plugin list --update=available
fails to display what version updates are available.Describe the solution you'd like
wp plugin list --update=available --fields=name,status,update,version,update_version
works as desired, which made me wonder whyupdate_version
field isn't part of the default output set?I am aware of
update_version
possibly being subject to a race condition, where a plugin author may upload a newer version during the time to user executing the actualwp plugin update
command. Still feels like seeingupdate_version
has more benefits than drawbacks.Your thoughts?
The text was updated successfully, but these errors were encountered: