Add `--insecure` flag to `plugin|theme install` & `plugin\theme update` commands by schlessera · Pull Request #287 · wp-cli/extension-command
The PR wp-cli/wp-cli#5523 changes the default behavior for Utils\http_request() so that it does not automatically retry a remote request that failed its TLS handshake by skipping certificate validation.
This PR adds the --insecure flag to the following commands to explicitly switch back to the previous behavior:
plugin installplugin updatetheme installtheme update