June 21, 2022 — Remember the famous WordPress “five minute installation” process? Find out what WP-CLI can do in five minutes. Keep watching and you might learn everything else that can happen from the terminal in 40 minutes.
March 29, 2022 — Thema des Vortrages: Wie alltägliche Arbeitsschritte, wie: Installation, Update, Löschen von Themes und Plugins oder sogar den Umzug auf eine andere Domain, über das Terminal viel schneller umgesetzt werden können.
Gezeigt wurden dazu die gebräuchlichsten Linux-Befehle, eine verschlüsselte Datenverbindung per „Secure Shell Protocol” (SSH) und wie Aufgaben mit WP-CLI, dem „WordPress-Befehlszeileninterpreter”, viel schneller erledigt werden können sowie abschließend, wie der Zugriff per SSH auf eine produktive Seite erfolgt.
June 28, 2021 — This workshop is aimed at those seeking an easy way to get started working with the command line; especially for those interested in using WP-CLI for WordPress management or development.
January 19, 2021 — This talk is an introduction to navigating the command line using Bash and WP-CLI. Improve efficiency by completing common time-consuming WordPress tasks.
December 31, 2020 — En esta charla nos proponemos entender de manera sencilla, cómo se puede utilizar todo el poder del entorno CLI de WordPress, para ayudarnos a crear fácil y rápidamente un sitio asegurado, correr tareas que típicamente hace en cada instalación y darle soporte al mismo, en pocos minutos.
October 30, 2020 — The WP-CLI gives developers powerful tools to rapidly manage WordPress sites, automate repetitive tasks and diagnose problems from the command line. But if you aren’t building custom commands, you’re leaving tons of time-saving potential on the table!
In this session we’ll explore best practices for creating custom command line interfaces, combining and reusing commands, plus other tips & tricks.
Experience with WP-CLI will be helpful, but not required to attend.
October 9, 2020 — WordPress comes with an internal web server that can be started using wp-cli.
In this video I’ll show you how to start the web server for local development.
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