@@ -375,10 +375,10 @@ These fields will be displayed by default for each plugin:
375375* status
376376* update
377377* version
378+ * update_version
378379
379380These fields are optionally available:
380381
381- * update_version
382382* update_package
383383* update_id
384384* title
@@ -391,22 +391,22 @@ These fields are optionally available:
391391
392392 # List active plugins on the site.
393393 $ wp plugin list --status=active --format=json
394- [{"name":"dynamic-hostname","status":"active","update":"none","version":"0.4.2"},{"name":"tinymce-templates","status":"active","update":"none","version":"4.4.3"},{"name":"wp-multibyte-patch","status":"active","update":"none","version":"2.4"},{"name":"wp-total-hacks","status":"active","update":"none","version":"2.0.1"}]
394+ [{"name":"dynamic-hostname","status":"active","update":"none","version":"0.4.2","update_version": "" },{"name":"tinymce-templates","status":"active","update":"none","version":"4.4.3","update_version": "" },{"name":"wp-multibyte-patch","status":"active","update":"none","version":"2.4","update_version": "" },{"name":"wp-total-hacks","status":"active","update":"none","version":"2.0.1","update_version": " "}]
395395
396396 # List plugins on each site in a network.
397397 $ wp site list --field=url | xargs -I % wp plugin list --url=%
398- +---------+----------------+--------+---------+
399- | name | status | update | version |
400- +---------+----------------+--------+---------+
401- | akismet | active-network | none | 3.1.11 |
402- | hello | inactive | none | 1.6 |
403- +---------+----------------+--------+---------+
404- +---------+----------------+--------+---------+
405- | name | status | update | version |
406- +---------+----------------+--------+---------+
407- | akismet | active-network | none | 3.1.11 |
408- | hello | inactive | none | 1.6 |
409- +---------+----------------+--------+---------+
398+ +---------+----------------+--------+---------+----------------+
399+ | name | status | update | version | update_version |
400+ +---------+----------------+--------+---------+----------------+
401+ | akismet | active-network | none | 3.1.11 | |
402+ | hello | inactive | none | 1.6 | 1.7.2 |
403+ +---------+----------------+--------+---------+----------------+
404+ +---------+----------------+--------+---------+----------------+
405+ | name | status | update | version | update_version |
406+ +---------+----------------+--------+---------+----------------+
407+ | akismet | active-network | none | 3.1.11 | |
408+ | hello | inactive | none | 1.6 | 1.7.2 |
409+ +---------+----------------+--------+---------+----------------+
410410
411411
412412
@@ -1058,10 +1058,10 @@ These fields will be displayed by default for each theme:
10581058* status
10591059* update
10601060* version
1061+ * update_version
10611062
10621063These fields are optionally available:
10631064
1064- * update_version
10651065* update_package
10661066* update_id
10671067* title
@@ -1072,9 +1072,9 @@ These fields are optionally available:
10721072
10731073 # List themes
10741074 $ wp theme list --status=inactive --format=csv
1075- name,status,update,version
1076- twentyfourteen,inactive,none,1.7
1077- twentysixteen,inactive,available,1.1
1075+ name,status,update,version,update_version
1076+ twentyfourteen,inactive,none,1.7,
1077+ twentysixteen,inactive,available,1.1,
10781078
10791079
10801080
0 commit comments