A failover procedure with three WP-CLI steps, and the one that has to run before the database is writable. Three commands and an ordering constraint that is not…
A deploy step running WP-CLI as root, and every file it touches becoming unwritable by the web process. The –allow-root flag makes the warning go away and makes…
A custom command built with a table output, and a pipeline that needed to parse it. format_items gives table, CSV, JSON, YAML and count from one call, which…
A command palette in the site editor, which sounds like a small addition and removes most of the navigating. Registering a command for a task the client does…
Running WP-CLI as root inside a container works, and every file it writes is then owned by root and unwritable by the web process. –allow-root makes the warning…
Bringing a customised template back under version control means extracting the content before deleting the post. Doing this as a routine rather than an incident is what keeps…
The stock sync used the marketing manager’s account. 5.6 shipped application passwords, which is the mechanism that had been missing since the REST API.