File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ Returns exit code 0 when installed, 1 when uninstalled.
301301Gets a list of plugins.
302302
303303~~~
304- wp plugin list [--<field>=<value>] [--field=<field>] [--fields=<fields>] [--format=<format>] [--status=<status>]
304+ wp plugin list [--<field>=<value>] [--field=<field>] [--fields=<fields>] [--format=<format>] [--status=<status>] [--skip-update-check]
305305~~~
306306
307307Displays a list of the plugins installed on the site with activation
@@ -343,6 +343,9 @@ Use `--status=dropin` to list installed dropins (e.g. `object-cache.php`).
343343 - must-use
344344 ---
345345
346+ [--skip-update-check]
347+ If set, the plugin update check will be skipped.
348+
346349** AVAILABLE FIELDS**
347350
348351These fields will be displayed by default for each plugin:
@@ -977,7 +980,7 @@ Returns exit code 0 when installed, 1 when uninstalled.
977980Gets a list of themes.
978981
979982~~~
980- wp theme list [--<field>=<value>] [--field=<field>] [--fields=<fields>] [--format=<format>] [--status=<status>]
983+ wp theme list [--<field>=<value>] [--field=<field>] [--fields=<fields>] [--format=<format>] [--status=<status>] [--skip-update-check]
981984~~~
982985
983986** OPTIONS**
@@ -1012,6 +1015,9 @@ wp theme list [--<field>=<value>] [--field=<field>] [--fields=<fields>] [--forma
10121015 - inactive
10131016 ---
10141017
1018+ [--skip-update-check]
1019+ If set, the theme update check will be skipped.
1020+
10151021** AVAILABLE FIELDS**
10161022
10171023These fields will be displayed by default for each theme:
You can’t perform that action at this time.
0 commit comments