wp cli update
Updates WP-CLI to the latest release
Options
Name | Description |
---|---|
--patch | Only perform patch updates |
--minor | Only perform minor updates |
--major | Only perform major updates |
--stable | Update to the latest stable release. Skips update check |
--nightly | Update to the latest built version of the master branch. Potentially unstable |
--yes | Do not prompt for confirmation |
--insecure | Retry without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack |