From 720583adb9e9245af10976ae55db4d8bbc84bd09 Mon Sep 17 00:00:00 2001 From: Jose Varghese <34977009+josevarghese@users.noreply.github.com> Date: Thu, 13 Jun 2024 19:18:43 +0530 Subject: [PATCH 1/2] Added Yoast WP-CLI command to tools.md Added the Yoast WP-CLI command to run the indexation process. More details are available here: https://developer.yoast.com/features/wp-cli/reindex-indexables/ See https://github.com/wp-cli/wp-cli/issues/5955 --- tools.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tools.md b/tools.md index c09dec01..85efa759 100644 --- a/tools.md +++ b/tools.md @@ -66,6 +66,7 @@ The following table is an alphabetical list of known commands defined in WordPre | updraftplus | [UpdraftPlus](https://updraftplus.com/) | Unsplash | [Import images from Unsplash into your Media Library](https://github.com/A5hleyRich/wp-cli-unsplash-command) | wp2static | [Generate & deploy a static HTML version of your site](https://github.com/leonstafford/wp2static) +| yoast | [Indexables on Yoast](https://developer.yoast.com/features/wp-cli/reindex-indexables/) If you implement a WP-CLI command in one of your plugins, please list it here. From 29dece5f87c944597460bc78bb1906fd1330426b Mon Sep 17 00:00:00 2001 From: Nilambar Sharma Date: Thu, 20 Jun 2024 10:07:02 +0545 Subject: [PATCH 2/2] Update title to make more clear Co-authored-by: Wojtek Naruniec --- tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools.md b/tools.md index 85efa759..4b8ffb4d 100644 --- a/tools.md +++ b/tools.md @@ -66,7 +66,7 @@ The following table is an alphabetical list of known commands defined in WordPre | updraftplus | [UpdraftPlus](https://updraftplus.com/) | Unsplash | [Import images from Unsplash into your Media Library](https://github.com/A5hleyRich/wp-cli-unsplash-command) | wp2static | [Generate & deploy a static HTML version of your site](https://github.com/leonstafford/wp2static) -| yoast | [Indexables on Yoast](https://developer.yoast.com/features/wp-cli/reindex-indexables/) +| yoast | [Reindex Indexables on Yoast](https://developer.yoast.com/features/wp-cli/reindex-indexables/) If you implement a WP-CLI command in one of your plugins, please list it here.