From 62ae5a2fe4e50094c9804c4e3ac8961ab7ab1fc1 Mon Sep 17 00:00:00 2001 From: Daniele Scasciafratte Date: Fri, 17 Jul 2020 12:16:52 +0200 Subject: [PATCH 1/2] Other resources by me --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index ac59282..b1166d4 100644 --- a/readme.md +++ b/readme.md @@ -45,6 +45,7 @@ Third-party packages that are commonly useful. - [Yoast/wp-cli-faker](https://github.com/Yoast/wp-cli-faker) - Generate fake WordPress and WooCommerce content for testing purposes. - [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/). +- [codeatcode/wp-cli-getbyurl](https://github.com/CodeAtCode/wp-cli-getbyurl) - Get post id and post type/taxonomy from post url ## Tutorials & guides @@ -54,6 +55,8 @@ 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. +- [What you can do with WP-CLI](http://mte90.tech/Talk-WPCLI/#/) - Examples, script and many user cases from real experience with WP-CLI +- [Codeatcode/WP-CLI scripts](https://github.com/CodeAtCode/WPCli-scripts) - Set of scripts based on wp cli ## Contribute From ef1951c26a81ad2a68212fa8c10d4235171862aa Mon Sep 17 00:00:00 2001 From: Daniele Scasciafratte Date: Fri, 17 Jul 2020 12:23:36 +0200 Subject: [PATCH 2/2] fix linting --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index b1166d4..201a6d2 100644 --- a/readme.md +++ b/readme.md @@ -45,7 +45,7 @@ Third-party packages that are commonly useful. - [Yoast/wp-cli-faker](https://github.com/Yoast/wp-cli-faker) - Generate fake WordPress and WooCommerce content for testing purposes. - [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/). -- [codeatcode/wp-cli-getbyurl](https://github.com/CodeAtCode/wp-cli-getbyurl) - Get post id and post type/taxonomy from post url +- [codeatcode/wp-cli-getbyurl](https://github.com/CodeAtCode/wp-cli-getbyurl) - Get post id and post type/taxonomy from post url. ## Tutorials & guides @@ -55,8 +55,8 @@ 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. -- [What you can do with WP-CLI](http://mte90.tech/Talk-WPCLI/#/) - Examples, script and many user cases from real experience with WP-CLI -- [Codeatcode/WP-CLI scripts](https://github.com/CodeAtCode/WPCli-scripts) - Set of scripts based on wp cli +- [What you can do with WP-CLI](http://mte90.tech/Talk-WPCLI/#/) - Examples, script and many user cases from real experience with WP-CLI. +- [Codeatcode/WP-CLI scripts](https://github.com/CodeAtCode/WPCli-scripts) - Set of scripts based on wp cli. ## Contribute