‘WP-CLI’ Videos

  • Aditya Shah: WPCLI Unleashed

    WordCamp Nepal 2022Speaker: Aditya Shah

    February 16, 2023 — Aditya manages the Hosting Support team at WPMU DEV. He is a WordPress evangelist, and is a tech enthusiast, & has presented talks at several tech conferences including WordCamp Kochi, Google Cloud Community Days, Microsoft Global Azure Bootcamp, etc. He has also been an active contributor to the community for 7+ years where he organized numerous WordPress meetups in Bhopal, India and various workshops on WordPress that have positively impacted thousands of students and professionals. Aditya introduced the WordPress Bhopal meetup Chapter in 2015 and aims to build a better and safer WordPress space by creating mass technical awareness.

    Speaker Type: International

    Topic: WPCLI Unleashed

    Topic Description:
    Remember the famous WordPress “five-minute installation” process? Find out what you can do using WP-CLI in minutes. Learn WP-CLI from basic to advance and everything else that can happen from the terminal in 25 minutes.

    Intended Audience: Beginner to Intermediate

    Presentation Slides »

  • WordPress through the terminal

    December 11, 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.

  • WordPress through the terminal

    WordCamp Europe 2022Speaker: Milana Cap

    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.

  • WordPress im Terminal – Bash, SSH und WP-CLI

    WordPress Meetup DresdenSpeakers: Bego Mario Garde, Hans-Gerd Gerhards

    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.

    Presentation Slides »

  • Marcel Tannich: WP-CLI, how to manage WordPress from the command line

    WordCamp Europe 2021Speaker: Marcel Tannich

    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.

  • Marc Gratch: Using the Command Line: Bash and WP-CLI

    WordCamp San Antonio 2020Speaker: Marc Gratch

    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.

  • Ernesto Morales: WP-CLI para generar rápidamente un sitio web protegido y dar mantenimiento

    WordCamp Mexico 2020Speaker: Ernesto Morales

    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.

  • David Ryan: Take Command with Custom WP-CLI Commands

    WordCamp Boston 2019Speaker: David Ryan

    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.

  • Fabio Pacifici: How to Start the WordPress Internal Web Server Using WP-CLI

    Speaker: Fabio Pacifici

    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.

  • Fabio Pacifici: How To Install WordPress using WP-CLI – #4 Installation

    Speaker: Fabio Pacifici

    August 13, 2020 — Final Step to install WordPress. Now, we need to run one last command, wp core install to complete the process.