Skip to content

Commit f5fe574

Browse files
Merge pull request #206 from wp-cli/regenerate-readme
Regenerate README file
2 parents 61e8fcb + c66aad8 commit f5fe574

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
@@ -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] [--insecure]
93+
wp core download [<download-url>] [--path=<path>] [--locale=<locale>] [--version=<version>] [--skip-content] [--force] [--insecure] [--extract]
9494
~~~
9595

9696
Downloads and extracts WordPress core files to the specified path. Uses
@@ -122,6 +122,9 @@ Subsequent uses of command will use the local cache if it still exists.
122122
[--insecure]
123123
Retry download without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack.
124124

125+
[--extract]
126+
Whether to extract the downloaded file. Defaults to true.
127+
125128
**EXAMPLES**
126129

127130
$ wp core download --locale=nl_NL

0 commit comments

Comments
 (0)