Slides from my talk at Coruña WordPress meetup (November 3, 2022).
Tag: WP-CLI
Updating WordPress to the nightly version
Sometimes, it is useful to use the WordPress nightly version on your local environment, to avoid problems with your code in the near future.
Automatizando tu comercio electrónico: WooCommerce desde la CLI

En el siguiente enlace (PDF, 7,83 MB, español) dejo las transparencias de la presentación «Automatizando tu comercio electrónico: WooCommerce desde la CLI» de la WordCamp Granada 2019, celebrada en Granada el 30 de noviembre del 2019.
Update the own URL when you add an SSL certificate in WordPress with the WP-CLI
When you add an SSL certificate to a WordPress site, you have to update all the own references on the website, changing the ‘http’ string to ‘https’.
In this post I will explain how to do it with the ‘search-replace‘ subcommand of WP-CLI.
Instalar PHP 7, Composer y WP-CLI en Windows 10
En este post voy a explicar cómo instalar Composer y WP-CLI en un Windows 10. Tanto Composer como WP-CLI necesitan que tengas instalado PHP (instalaré PHP 7.3), por lo que va a ser lo primero que explique.