From 6d64503bb043c37f6ceba675868a7efd15d707f1 Mon Sep 17 00:00:00 2001 From: Amnesty AM <37809410+AmnestyAM@users.noreply.github.com> Date: Fri, 8 Nov 2024 15:39:44 +0000 Subject: [PATCH 1/2] Update blueprint.json Remove hello dolly via a WP CLI blueprint step Signed-off-by: Amnesty AM <37809410+AmnestyAM@users.noreply.github.com> --- assets/playground/blueprint.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/playground/blueprint.json b/assets/playground/blueprint.json index d9e8453..86c8308 100644 --- a/assets/playground/blueprint.json +++ b/assets/playground/blueprint.json @@ -52,6 +52,10 @@ "step": "writeFile", "path": "/wordpress/wp-content/mu-plugins/bgnightly-notice.php", "data": "

Welcome to AspireUpdate Demo. Visit AspirePress documentation for more details.

'; });" + }, + { + "step": "wp-cli", + "command": "wp plugin delete hello-dolly" } ] } From b98053382ea3113a394158dffcafa54c623d7b61 Mon Sep 17 00:00:00 2001 From: Amnesty AM <37809410+AmnestyAM@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:43:07 +0000 Subject: [PATCH 2/2] Update blueprint.json Signed-off-by: Amnesty AM <37809410+AmnestyAM@users.noreply.github.com> --- assets/playground/blueprint.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/playground/blueprint.json b/assets/playground/blueprint.json index 86c8308..6174ce9 100644 --- a/assets/playground/blueprint.json +++ b/assets/playground/blueprint.json @@ -54,8 +54,8 @@ "data": "

Welcome to AspireUpdate Demo. Visit AspirePress documentation for more details.

'; });" }, { - "step": "wp-cli", - "command": "wp plugin delete hello-dolly" + "step": "rm", + "path": "/wordpress/wp-content/plugins/hello.php" } ] }