We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4e786a + 3992be7 commit 790cf70Copy full SHA for 790cf70
README.md
@@ -130,7 +130,7 @@ There are no optionally available fields.
130
Installs a WP-CLI package.
131
132
~~~
133
-wp package install <name|git|path|zip>
+wp package install <name|git|path|zip> [--insecure]
134
135
136
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
158
Names can optionally include a version constraint
159
(e.g. wp-cli/server-command:@stable).
160
161
+ [--insecure]
162
+ Retry downloads without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack.
163
+
164
**EXAMPLES**
165
166
# Install a package hosted at a git URL.
0 commit comments