From de868ccec3dabd1aea12ae04cbf282080df9f6a9 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Mon, 19 Jan 2026 13:03:39 +0000 Subject: [PATCH] Regenerate README file - 2026-01-19 --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fafad65e..120790a2 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ for future authorization requests. Lists installed WP-CLI packages. ~~~ -wp package list [--fields=] [--format=] +wp package list [--fields=] [--format=] [--skip-update-check] ~~~ **OPTIONS** @@ -209,6 +209,9 @@ wp package list [--fields=] [--format=] - yaml --- + [--skip-update-check] + Skip checking for updates. This is faster and avoids authentication issues with GitHub or Composer repositories. + **AVAILABLE FIELDS** These fields will be displayed by default for each package: @@ -233,6 +236,14 @@ These fields are optionally available: | wp-cli/server-command | Daniel Bachhuber | dev-main | available | 2.x-dev | +-----------------------+------------------+----------+-----------+----------------+ + # List installed packages without checking for updates. + $ wp package list --skip-update-check + +-----------------------+------------------+----------+--------+----------------+ + | name | authors | version | update | update_version | + +-----------------------+------------------+----------+--------+----------------+ + | wp-cli/server-command | Daniel Bachhuber | dev-main | none | | + +-----------------------+------------------+----------+--------+----------------+ + ### wp package update