File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ for future authorization requests.
189189Lists 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
214217These 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
You can’t perform that action at this time.
0 commit comments