Skip to content

Commit b7f44f0

Browse files
authored
Merge pull request #189 from wp-cli/regenerate-readme
Regenerate README file
2 parents cc32c8a + d5707e4 commit b7f44f0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ or success message when up to date.
9090
Downloads 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

9696
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.
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.
317320
Updates 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

323326
Defaults 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

0 commit comments

Comments
 (0)