Skip to content

Commit

Permalink
Merge pull request #147 from wp-cli/regenerate-readme
Browse files Browse the repository at this point in the history
Regenerate README file
  • Loading branch information
schlessera authored Jan 10, 2022
2 parents 67c6532 + fc4c692 commit ddf308b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,14 +258,17 @@ wp package update
Uninstalls a WP-CLI package.

~~~
wp package uninstall <name>
wp package uninstall <name> [--insecure]
~~~

**OPTIONS**

<name>
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
Expand Down

0 comments on commit ddf308b

Please sign in to comment.