From b22bbf002f4c5cc28a13a95fb8c2f2bac79c1aa5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 03:36:59 -0700 Subject: [PATCH] Regenerate README file - 2023-06-08 (#113) Co-authored-by: Alain Schlesser --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4cb753a..7a6a1962 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ site. Verifies plugin files against WordPress.org's checksums. ~~~ -wp plugin verify-checksums [...] [--all] [--strict] [--version=] [--format=] [--insecure] +wp plugin verify-checksums [...] [--all] [--strict] [--version=] [--format=] [--insecure] [--exclude=] ~~~ **OPTIONS** @@ -104,6 +104,9 @@ wp plugin verify-checksums [...] [--all] [--strict] [--version= [--insecure] Retry downloads without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack. + [--exclude=] + Comma separated list of plugin names that should be excluded from verifying. + **EXAMPLES** # Verify the checksums of all installed plugins