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.
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.
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.
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.
June 10, 2019 — In this talk, I will be looking at various ways to shortcut your workflow. Saving time typing with handy shortcuts for the command line, such as scripts and aliases, emails, and every day tasks. Leaving more time for problem solving and coffee drinking.
This talk will cover workflow and shortcuts on my Mac, introducing terminal, Alfred, Brew, ZSH/Oh My ZSH and shell scripting. While it focuses on Mac, most of the talk is applicable for anyone using or connecting to a Unix/Linux system as well.
By the end of this talk, you will be rushing to shortcut your life.
May 7, 2019 — SSH is a powerful tool that gives us an easy way to deploy our code and access to our remote server.
We will have a simplified overview of how it works and how to set it up.
After we got familiar with SSH, we’ll have a look at how we can benefit from using SSH and some WordPress tool that use it.
April 16, 2019 — Negli ultimi decenni le interfacce uomo-macchina dei sistemi informatici si sono evolute incessantemente con l’obiettivo di rendere l’interazione con gli utenti sempre più semplice e intuitiva.
Ci sono però ambiti specifici in cui l’interfaccia a “riga di comando” si dimostra tutt’oggi uno strumento insostituibile. Ne è la dimostrazione il crescente successo del progetto WP-CLI, supportato ufficialmente da WordPress.
Non è indispensabile essere programmatori o sistemisti per trarre un vantaggio diretto e tangibile dall’utilizzo di strumenti basati su riga di comando. Questo talk, dopo una rapida introduzione sull’argomento, presenterà una carrellata di esempi pratici e di semplice applicazione, in cui l’uso della command-line può far risparmiare tantissimo tempo.
January 24, 2019 — It’s time to make the robots do all the things we can make them do. Machines can do just about anything as long as you give them the properly formed instructions. Fortunately for us WordPress allows us to give these instructions in an easy to learn and very robust manner called The WP-CLI. It is the fastest way to install, active and update any theme, plugin or just about anything else in your WordPress site.
In this presentation I will demonstrate a simple install script that will have a fully functioning, customized WP website in about the same time than it normally takes download the WordPress.zip file. We will also look for how third party tools and hosts are leveraging the WP-CLI to make your life as a developer even easier.