// installation wp cli
wget --no-check-certificate -O /private/wp-cli.phar "https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar"
// donner les droits nécessaires au fichier
chmod 750 /private/wp-cli.phar
// alias / raccourcis - attention à la version PHP de l'espace d'hébergement
alias wp="php7.3 /private/wp-cli.phar --path=/web"
// version du wordpress
wp core version
// search replace
wp search-replace 'ancien' 'nouveau'