We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67c6532 + fc4c692 commit ddf308bCopy full SHA for ddf308b
1 file changed
README.md
@@ -258,14 +258,17 @@ wp package update
258
Uninstalls a WP-CLI package.
259
260
~~~
261
-wp package uninstall <name>
+wp package uninstall <name> [--insecure]
262
263
264
**OPTIONS**
265
266
<name>
267
Name of the package to uninstall.
268
269
+ [--insecure]
270
+ Retry downloads without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack.
271
+
272
**EXAMPLES**
273
274
$ wp package uninstall wp-cli/server-command
0 commit comments