File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
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] [--insecure]
93
+ wp core download [<download-url>] [--path=<path>] [--locale=<locale>] [--version=<version>] [--skip-content] [--force] [--insecure] [--extract]
94
94
~~~
95
95
96
96
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.
122
122
[--insecure]
123
123
Retry download without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack.
124
124
125
+ [--extract]
126
+ Whether to extract the downloaded file. Defaults to true.
127
+
125
128
** EXAMPLES**
126
129
127
130
$ wp core download --locale=nl_NL
You can’t perform that action at this time.
0 commit comments