Display the version currently installed.
$ wp cli version
Check for updates to WP-CLI.
$ wp cli check-update
Update WP-CLI to the latest stable release.
$ wp cli update
List all available aliases.
$ wp cli alias
Print various details about the WP-CLI environment.
$ wp cli info
Dump the list of installed commands, as JSON.
$ wp cli cmd-dump