From fc4c692d25c2119567fb66a90f78ce54a3f11661 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Mon, 10 Jan 2022 21:26:29 +0000 Subject: [PATCH] Regenerate README file - 2022-01-10 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f537e709..83c90e4a 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ wp package update Uninstalls a WP-CLI package. ~~~ -wp package uninstall +wp package uninstall [--insecure] ~~~ **OPTIONS** @@ -266,6 +266,9 @@ wp package uninstall Name of the package to uninstall. + [--insecure] + Retry downloads without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack. + **EXAMPLES** $ wp package uninstall wp-cli/server-command