Skip to content

Commit

Permalink
Merge pull request #189 from wp-cli/regenerate-readme
Browse files Browse the repository at this point in the history
Regenerate README file
  • Loading branch information
schlessera authored May 12, 2021
2 parents cc32c8a + d5707e4 commit b7f44f0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ or success message when up to date.
Downloads core WordPress files.

~~~
wp core download [<download-url>] [--path=<path>] [--locale=<locale>] [--version=<version>] [--skip-content] [--force]
wp core download [<download-url>] [--path=<path>] [--locale=<locale>] [--version=<version>] [--skip-content] [--force] [--insecure]
~~~

Downloads and extracts WordPress core files to the specified path. Uses
Expand Down Expand Up @@ -119,6 +119,9 @@ Subsequent uses of command will use the local cache if it still exists.
[--force]
Overwrites existing files, if present.

[--insecure]
Retry download without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack.

**EXAMPLES**

$ wp core download --locale=nl_NL
Expand Down Expand Up @@ -317,7 +320,7 @@ file with the appropriate multisite rewrite rules.
Updates WordPress to a newer version.

~~~
wp core update [<zip>] [--minor] [--version=<version>] [--force] [--locale=<locale>]
wp core update [<zip>] [--minor] [--version=<version>] [--force] [--locale=<locale>] [--insecure]
~~~

Defaults to updating WordPress to the latest version.
Expand All @@ -343,6 +346,9 @@ update isn't actually running.
[--locale=<locale>]
Select which language you want to download.

[--insecure]
Retry download without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack.

**EXAMPLES**

# Update WordPress
Expand Down

0 comments on commit b7f44f0

Please sign in to comment.