File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ or success message when up to date.
90
90
Downloads core WordPress files.
91
91
92
92
~~~
93
- wp core download [<download-url>] [--path=<path>] [--locale=<locale>] [--version=<version>] [--skip-content] [--force]
93
+ wp core download [<download-url>] [--path=<path>] [--locale=<locale>] [--version=<version>] [--skip-content] [--force] [--insecure]
94
94
~~~
95
95
96
96
Downloads and extracts WordPress core files to the specified path. Uses
@@ -119,6 +119,9 @@ Subsequent uses of command will use the local cache if it still exists.
119
119
[--force]
120
120
Overwrites existing files, if present.
121
121
122
+ [--insecure]
123
+ Retry download without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack.
124
+
122
125
** EXAMPLES**
123
126
124
127
$ wp core download --locale=nl_NL
@@ -317,7 +320,7 @@ file with the appropriate multisite rewrite rules.
317
320
Updates WordPress to a newer version.
318
321
319
322
~~~
320
- wp core update [<zip>] [--minor] [--version=<version>] [--force] [--locale=<locale>]
323
+ wp core update [<zip>] [--minor] [--version=<version>] [--force] [--locale=<locale>] [--insecure]
321
324
~~~
322
325
323
326
Defaults to updating WordPress to the latest version.
@@ -343,6 +346,9 @@ update isn't actually running.
343
346
[--locale=<locale>]
344
347
Select which language you want to download.
345
348
349
+ [--insecure]
350
+ Retry download without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack.
351
+
346
352
** EXAMPLES**
347
353
348
354
# Update WordPress
You can’t perform that action at this time.
0 commit comments