Skip to content

Commit 790cf70

Browse files
authored
Merge pull request #139 from wp-cli/regenerate-readme
Regenerate README file
2 parents f4e786a + 3992be7 commit 790cf70

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ There are no optionally available fields.
130130
Installs a WP-CLI package.
131131

132132
~~~
133-
wp package install <name|git|path|zip>
133+
wp package install <name|git|path|zip> [--insecure]
134134
~~~
135135

136136
Packages are required to be a valid Composer package, and can be
@@ -158,6 +158,9 @@ When installing a .zip file, WP-CLI extracts the package to
158158
Names can optionally include a version constraint
159159
(e.g. wp-cli/server-command:@stable).
160160

161+
[--insecure]
162+
Retry downloads without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack.
163+
161164
**EXAMPLES**
162165

163166
# Install a package hosted at a git URL.

0 commit comments

Comments
 (0)