Skip to content

Commit de868cc

Browse files
committed
Regenerate README file - 2026-01-19
1 parent 18effbe commit de868cc

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ for future authorization requests.
189189
Lists installed WP-CLI packages.
190190

191191
~~~
192-
wp package list [--fields=<fields>] [--format=<format>]
192+
wp package list [--fields=<fields>] [--format=<format>] [--skip-update-check]
193193
~~~
194194

195195
**OPTIONS**
@@ -209,6 +209,9 @@ wp package list [--fields=<fields>] [--format=<format>]
209209
- yaml
210210
---
211211

212+
[--skip-update-check]
213+
Skip checking for updates. This is faster and avoids authentication issues with GitHub or Composer repositories.
214+
212215
**AVAILABLE FIELDS**
213216

214217
These fields will be displayed by default for each package:
@@ -233,6 +236,14 @@ These fields are optionally available:
233236
| wp-cli/server-command | Daniel Bachhuber | dev-main | available | 2.x-dev |
234237
+-----------------------+------------------+----------+-----------+----------------+
235238

239+
# List installed packages without checking for updates.
240+
$ wp package list --skip-update-check
241+
+-----------------------+------------------+----------+--------+----------------+
242+
| name | authors | version | update | update_version |
243+
+-----------------------+------------------+----------+--------+----------------+
244+
| wp-cli/server-command | Daniel Bachhuber | dev-main | none | |
245+
+-----------------------+------------------+----------+--------+----------------+
246+
236247

237248

238249
### wp package update

0 commit comments

Comments
 (0)