From d5707e47079b4e9fc994252ff639355e667d9cf2 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Mon, 10 May 2021 15:00:36 +0000 Subject: [PATCH] Regenerate README file - 2021-05-10 --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5c2d626..3cf0d396 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ or success message when up to date. Downloads core WordPress files. ~~~ -wp core download [] [--path=] [--locale=] [--version=] [--skip-content] [--force] +wp core download [] [--path=] [--locale=] [--version=] [--skip-content] [--force] [--insecure] ~~~ Downloads and extracts WordPress core files to the specified path. Uses @@ -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 @@ -317,7 +320,7 @@ file with the appropriate multisite rewrite rules. Updates WordPress to a newer version. ~~~ -wp core update [] [--minor] [--version=] [--force] [--locale=] +wp core update [] [--minor] [--version=] [--force] [--locale=] [--insecure] ~~~ Defaults to updating WordPress to the latest version. @@ -343,6 +346,9 @@ update isn't actually running. [--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