Method |
Description |
|
alias ( $_, $assoc_args ) |
List available WP-CLI aliases. |
|
check_update ( $_, $assoc_args ) |
Check to see if there is a newer version of WP-CLI available. |
|
cmd_dump ( ) |
Dump the list of installed commands, as JSON. |
|
completions ( $_, $assoc_args ) |
Generate tab completion strings. |
|
info ( $_, $assoc_args ) |
Print various details about the WP-CLI environment. |
|
param_dump ( $_, $assoc_args ) |
Dump the list of global parameters, as JSON or in var_export format. |
|
update ( $_, $assoc_args ) |
Update WP-CLI to the latest release. |
|
version ( ) |
Print WP-CLI version. |
|