From 032776cc0a24948c87b1a051d7c431f009b0c5a5 Mon Sep 17 00:00:00 2001 From: Luke Cavanagh Date: Tue, 6 Oct 2020 08:21:02 -0600 Subject: [PATCH 1/3] Image Optimize Add --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e6ddf67..07e69f8 100644 --- a/readme.md +++ b/readme.md @@ -49,6 +49,7 @@ Third-party packages that are commonly useful. - [aaemnnosttv/wp-cli-login-command](https://github.com/aaemnnosttv/wp-cli-login-command) - Login to WordPress with secure passwordless magic links. - [schlessera/wp-cli-psysh](https://github.com/schlessera/wp-cli-psysh) - Replace WP-CLI shell standard REPL with [PsySH](http://psysh.org/). - [php-stubs/wp-cli-stubs](https://github.com/php-stubs/wp-cli-stubs) - WP-CLI function and class declaration stubs for static analysis. +- [TypistTech/image-optimize-command](https://github.com/TypistTech/image-optimize-command) - Image Optimize Command is a WP CLI wrapper for spatie/image-optimizer. ## Tutorials & guides From e0449848670e8155fb412bfcd5be67a37a12c14b Mon Sep 17 00:00:00 2001 From: Luke Cavanagh Date: Tue, 6 Oct 2020 08:22:24 -0600 Subject: [PATCH 2/3] Liquid Web WP-CLI help articles Add --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 07e69f8..7737438 100644 --- a/readme.md +++ b/readme.md @@ -59,6 +59,7 @@ Websites, ebooks, PDFs, talks and slide shows about how to make the most out of - [Controlling WordPress through the Command Line](https://wordpress.tv/2017/05/22/alain-schlesser-controlling-wordpress-through-the-command-line-introduction-to-wp-cli/) - Introductory talk that covers the very basics of the command line for people who never used the console before. - [WP Bullet WP-CLI Guides](https://guides.wp-bullet.com/category/wp-cli/) - Snippet-based guides that solve specific use cases. - [Siteground Webinar: Learn How WP-CLI Can Make Your Life Easier](https://www.youtube.com/watch?v=DlxbRYpZdQg) - Practical examples on how you can improve your workflows with WP-CLI. +- [Liquid Web: WP-CLI help articles](https://www.liquidweb.com/kb/tag/wp-cli/) - Discover the joyous wonders of using WP-CLI with your WordPress instance ## Contribute From 63d83275783661ebe1c184fe41bf7262df4f4676 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Mon, 7 Aug 2023 16:30:23 +0200 Subject: [PATCH 3/3] Add missing punctuation --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3480f46..871dcac 100644 --- a/readme.md +++ b/readme.md @@ -61,7 +61,7 @@ Websites, ebooks, PDFs, talks and slide shows about how to make the most out of - [WP Bullet WP-CLI Guides](https://guides.wp-bullet.com/category/wp-cli/) - Snippet-based guides that solve specific use cases. - [Siteground Webinar: Learn How WP-CLI Can Make Your Life Easier](https://www.youtube.com/watch?v=DlxbRYpZdQg) - Practical examples on how you can improve your workflows with WP-CLI. - [CaptainCore Cookbook](https://captaincore.io/cookbook/) - Collection of WP-CLI commands and bash scripts for automating WordPress maintenance. -- [Liquid Web: WP-CLI help articles](https://www.liquidweb.com/kb/tag/wp-cli/) - Discover the joyous wonders of using WP-CLI with your WordPress instance +- [Liquid Web: WP-CLI help articles](https://www.liquidweb.com/kb/tag/wp-cli/) - Discover the joyous wonders of using WP-CLI with your WordPress instance. ## Contribute