Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ site.
Verifies plugin files against WordPress.org's checksums.

~~~
wp plugin verify-checksums [<plugin>...] [--all] [--strict] [--version=<version>] [--format=<format>] [--insecure]
wp plugin verify-checksums [<plugin>...] [--all] [--strict] [--version=<version>] [--format=<format>] [--insecure] [--exclude=<name>]
~~~

**OPTIONS**
Expand Down Expand Up @@ -104,6 +104,9 @@ wp plugin verify-checksums [<plugin>...] [--all] [--strict] [--version=<version>
[--insecure]
Retry downloads without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack.

[--exclude=<name>]
Comma separated list of plugin names that should be excluded from verifying.

**EXAMPLES**

# Verify the checksums of all installed plugins
Expand Down