August 13, 2020 — Final Step to install WordPress. Now, we need to run one last command, wp core install to complete the process.
August 13, 2020 — In this step, we are going to create the database based on the information we passed to the wp-config.php file in step #2.
August 13, 2020 — In this step, we will generate a config file and set up the database
credentials for our installation
August 13, 2020 — Download and install WordPress using WP-CLI is straight forward. It takes four steps.
In this video I’ll cover the first, download
WordPress using the `wp core download` command.
May 9, 2020 — WP-CLI es la interfaz de línea de comandos para WordPress. Con WP-CLI podemos hacer un montón de cosas que hacemos desde el administrador de WordPress, como instalar/desinstalar temas y plugins, actualizaciones, copias de seguridad o sustituciones en la base de datos, por nombrar sólo algunas de ellas.
January 16, 2020 — WP-CLI Hacks By Niels Lange. WP-CLI is a very powerful tool. During my presentation, I point out some very helpful WP-CLI hacks such as cleaning up post revisions, creating dummy content and run performance tests.
December 19, 2019 — We live in a world of continuous integration, continuous delivery, version controlled code and configuration. Yet when it comes to delivering content we are relying on doing all publishing straight to the production environment and hoping it works, editing the live document to fix issues we only find once they are in production. I propose there is a better way.
Let’s build our content on our development instances the same way we develop code and configuration. Then using the power of Github, WP-CLI and Automated Testing tools like Behat, let’s professionally deploy our content to production will full confidence it works as intended. Let’s give editors better tools to build better content in a word of Gutenberg while saving anyone the need to overwrite the production database ever again.
Topics include:
WP-CLI for generating content
Connecting Github and your WordPress site
Leveraging multiple environments
Behaviorally testing content
November 13, 2019 — WP-CLI is the official command line tool for interacting with and managing your WordPress sites. You can use it to speed up maintenance and deployment tasks, and to aid in theme and plugin development. Join Diana Thompson to learn more about this powerful tool for managing and developing WordPress.
October 20, 2019 — En este taller aprenderemos a usar la herramienta WP CLI, la herramienta de línea de comandos para gestionar nuestros sitios WordPress. Veremos como WP CLI permite:Actualizar WordPress en remoto en varios subdominios: plugins, temas, traducciones y coreImportar y exportar contenido de uno o varios sitesImportación masiva de imágenesRegenerar miniaturasRealizar copias de seguridad de la base de datosBuscar y reemplazar en la base de datosRealizar un chequeo de performanceRealizar un chequeo de vulnerabilidades con WP-SECCrearnos nuestro comando SH con varios comandos
September 19, 2019 — WP-CLI est un outil qui reste assez peu connu, et peu utilisé. Nous tenterons de changer cela à travers une session didactique présentant de très nombreux exemples qui vont vous permettre de gagner du temps au quotidien.
Enfin, la conférence se conclura sur une ouverture rapide quant à la création de commandes WP-CLI sur-mesures pour vos extensions et vos projets.