@@ -1176,10 +1176,10 @@ public function delete( $args, $assoc_args = array() ) {
11761176 * * status
11771177 * * update
11781178 * * version
1179+ * * update_version
11791180 *
11801181 * These fields are optionally available:
11811182 *
1182- * * update_version
11831183 * * update_package
11841184 * * update_id
11851185 * * title
@@ -1192,22 +1192,22 @@ public function delete( $args, $assoc_args = array() ) {
11921192 *
11931193 * # List active plugins on the site.
11941194 * $ wp plugin list --status=active --format=json
1195- * [{"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"}]
1195+ * [{"name":"dynamic-hostname","status":"active","update":"none","version":"0.4.2","update_version": null },{"name":"tinymce-templates","status":"active","update":"none","version":"4.4.3","update_version": null },{"name":"wp-multibyte-patch","status":"active","update":"none","version":"2.4","update_version": null },{"name":"wp-total-hacks","status":"active","update":"none","version":"2.0.1","update_version": null }]
11961196 *
11971197 * # List plugins on each site in a network.
11981198 * $ wp site list --field=url | xargs -I % wp plugin list --url=%
1199- * +---------+----------------+--------+---------+
1200- * | name | status | update | version |
1201- * +---------+----------------+--------+---------+
1202- * | akismet | active-network | none | 3.1.11 |
1203- * | hello | inactive | none | 1.6 |
1204- * +---------+----------------+--------+---------+
1205- * +---------+----------------+--------+---------+
1206- * | name | status | update | version |
1207- * +---------+----------------+--------+---------+
1208- * | akismet | active-network | none | 3.1.11 |
1209- * | hello | inactive | none | 1.6 |
1210- * +---------+----------------+--------+---------+
1199+ * +---------+----------------+--------+---------+----------------+
1200+ * | name | status | update | version | update_version |
1201+ * +---------+----------------+--------+---------+----------------+
1202+ * | akismet | active-network | none | 3.1.11 | |
1203+ * | hello | inactive | none | 1.6 | 1.7.2 |
1204+ * +---------+----------------+--------+---------+----------------+
1205+ * +---------+----------------+--------+---------+----------------+
1206+ * | name | status | update | version | update_version |
1207+ * +---------+----------------+--------+---------+----------------+
1208+ * | akismet | active-network | none | 3.1.11 | |
1209+ * | hello | inactive | none | 1.6 | 1.7.2 |
1210+ * +---------+----------------+--------+---------+----------------+
12111211 *
12121212 * @subcommand list
12131213 */
0 commit comments