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] [--insecure]
93+ wp core download [<download-url>] [--path=<path>] [--locale=<locale>] [--version=<version>] [--skip-content] [--force] [--insecure] [--extract]
9494~~~
9595
9696Downloads 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
You can’t perform that action at this time.
0 commit comments