Skip to content

Commit fc4c692

Browse files
committed
Regenerate README file - 2022-01-10
1 parent 67c6532 commit fc4c692

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,14 +258,17 @@ wp package update
258258
Uninstalls a WP-CLI package.
259259

260260
~~~
261-
wp package uninstall <name>
261+
wp package uninstall <name> [--insecure]
262262
~~~
263263

264264
**OPTIONS**
265265

266266
<name>
267267
Name of the package to uninstall.
268268

269+
[--insecure]
270+
Retry downloads without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack.
271+
269272
**EXAMPLES**
270273

271274
$ wp package uninstall wp-cli/server-command

0 commit comments

Comments
 (0)