File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ or success message when up to date.
9090Downloads core WordPress files.
9191
9292~~~
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]
9494~~~
9595
9696Downloads 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.
119119 [--force]
120120 Overwrites existing files, if present.
121121
122+ [--insecure]
123+ Retry download without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack.
124+
122125** EXAMPLES**
123126
124127 $ wp core download --locale=nl_NL
@@ -317,7 +320,7 @@ file with the appropriate multisite rewrite rules.
317320Updates WordPress to a newer version.
318321
319322~~~
320- wp core update [<zip>] [--minor] [--version=<version>] [--force] [--locale=<locale>]
323+ wp core update [<zip>] [--minor] [--version=<version>] [--force] [--locale=<locale>] [--insecure]
321324~~~
322325
323326Defaults to updating WordPress to the latest version.
@@ -343,6 +346,9 @@ update isn't actually running.
343346 [--locale=<locale>]
344347 Select which language you want to download.
345348
349+ [--insecure]
350+ Retry download without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack.
351+
346352** EXAMPLES**
347353
348354 # Update WordPress
You can’t perform that action at this time.
0 commit comments