| layout | default |
|---|---|
| title | wp cli update |
| display_global_parameters | true |
wp cli update - Fetch most recent update matching the requirements. Returns the available versions if there are updates, or empty if no update available.
Quick links: Github issues
[--patch] : Only perform patch updates
[--minor] : Only perform minor updates
[--major] : Only perform major updates
[--nightly] : Update to the latest built version of the master branch. Potentially unstable.
[--yes] : Do not prompt for confirmation
$ wp cli update
You have version 0.23.0. Would you like to update to 0.23.1? [y/n] y
Downloading from https://github.com/wp-cli/wp-cli/releases/download/v0.23.1/wp-cli-0.23.1.phar...
New version works. Proceeding to replace.
Success: Updated WP-CLI to 0.23.1