Skip to content

Commit 7203152

Browse files
authored
Merge pull request #303 from wp-cli/regenerate-readme
2 parents 31dfc04 + 60226fc commit 7203152

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Returns exit code 0 when installed, 1 when uninstalled.
301301
Gets 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

307307
Displays 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

348351
These fields will be displayed by default for each plugin:
@@ -977,7 +980,7 @@ Returns exit code 0 when installed, 1 when uninstalled.
977980
Gets 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

10171023
These fields will be displayed by default for each theme:

0 commit comments

Comments
 (0)