Skip to content

Commit ddf308b

Browse files
authored
Merge pull request #147 from wp-cli/regenerate-readme
Regenerate README file
2 parents 67c6532 + fc4c692 commit ddf308b

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)