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 [--path=<path>] [--locale=<locale>] [--version=<version>] [--skip-content] [--force]
93+ wp core download [<download-url>] [ --path=<path>] [--locale=<locale>] [--version=<version>] [--skip-content] [--force]
9494~~~
9595
9696Downloads and extracts WordPress core files to the specified path. Uses
@@ -100,6 +100,9 @@ Subsequent uses of command will use the local cache if it still exists.
100100
101101** OPTIONS**
102102
103+ [<download-url>]
104+ Download directly from a provided URL instead of fetching the URL from the wordpress.org servers.
105+
103106 [--path=<path>]
104107 Specify the path in which to install WordPress. Defaults to current
105108 directory.
@@ -108,7 +111,7 @@ Subsequent uses of command will use the local cache if it still exists.
108111 Select which language you want to download.
109112
110113 [--version=<version>]
111- Select which version you want to download. Accepts a version number, 'latest' or 'nightly'
114+ Select which version you want to download. Accepts a version number, 'latest' or 'nightly'.
112115
113116 [--skip-content]
114117 Download WP without the default themes and plugins.
You can’t perform that action at this time.
0 commit comments