October 28, 2020 — Many developers know to NEVER do changes directly on a live website, lest we break it.
What if though, you don’t have access to a staging or development environment? Or even if you do, what happens if you are in a situation where you do not have reliable internet access! Local development environments to the rescue!
We’ll touch on why it’s so important, and discuss the plethora of options available. Please note all examples will be shown from a Mac OS, but environments for Linux and Windows will be discussed.
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.
November 13, 2019 — In this topic, i’d like to share all the features of WPCLI in as much depth as possible and show you how you can do lots of automation using just your command line interface and connect to your WordPress sites.
June 3, 2018 — WP CLI es una herramienta que nos permite gestionar instalaciones de WordPress desde línea de comandos.
Si estamos familiarizados con la gestión de sitios WordPress sabremos la cantidad de tiempo que se pierde en realizar acciones rutinarias a golpe de clic de ratón. Pues prepárate para ser más productivo, porque tienes a tu disposición la herramienta definitiva: WP CLI.
Haremos un repaso por los comandos más útiles de esta herramienta. También veremos cómo automatizar procesos y extender funcionalidades de la herramienta.
May 22, 2017 — If you manage more than one WordPress website, you might have experienced situations where you needed to do the exact same operation on multiple websites. If you were clicking through the sites one-by-one and thinking that there should be a better way to manage what you are trying to do, I’ve got good news: there actually is!
WP-CLI lets you control your WordPress sites through the command line, allowing you to do any operation across an arbitrary number of sites. This can save you minutes, hours, days or even weeks of work.
I’ll start with a small introduction to the command line itself, and then continue with very easy and common scenarios where WP-CLI can save you large amounts of time with little to no effort.
February 6, 2017 — I do a quick review of the CLI and Marketing Teams, Talk about updates with the Plugin and Theme Teams.
January 25, 2017 — Episode 12 highlights the Marketing and CLI Teams. Also a review of WordPress TV video submission guidelines.
November 9, 2016 — This talk starts by briefly touching on setup and installation, and then moves into some of the basic commands. Then it covers a few tricks, and finally how to easily extend WP-CLI with your own commands.