Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ file with the appropriate multisite rewrite rules.
Updates WordPress to a newer version.

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

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

[--format=<format>]
Render output in a particular format.
---
options:
- table
- csv
- json
---

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

Expand Down