File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ file with the appropriate multisite rewrite rules.
341341Updates WordPress to a newer version.
342342
343343~~~
344- wp core update [<zip>] [--minor] [--version=<version>] [--force] [--locale=<locale>] [--insecure]
344+ wp core update [<zip>] [--minor] [--version=<version>] [--force] [--locale=<locale>] [--format=<format>] [-- insecure]
345345~~~
346346
347347Defaults to updating WordPress to the latest version.
@@ -367,6 +367,15 @@ update isn't actually running.
367367 [--locale=<locale>]
368368 Select which language you want to download.
369369
370+ [--format=<format>]
371+ Render output in a particular format.
372+ ---
373+ options:
374+ - table
375+ - csv
376+ - json
377+ ---
378+
370379 [--insecure]
371380 Retry download without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack.
372381
You can’t perform that action at this time.
0 commit comments