Examples (7)
Print information about the operating system, shell, PHP, and WP-CLI (`wp`) installation
wp --infoUpdate WP-CLI
wp cli updateDownload a fresh WordPress installation to current directory, optionally specifying the locale
wp core download --locale=localeCreate basic `wpconfig` file (assuming database on `localhost`)
wp config create --dbname=dbname --dbuser=dbuser --dbpass=dbpassReplace all instances of a string in the database
wp search-replace old_string new_stringmade by @shridhargupta | data from tldr-pages