From 1d5523cf8fa03680bb01f81e63e2ab3f74b2bd93 Mon Sep 17 00:00:00 2001 From: Russ Johnson Date: Mon, 9 Mar 2026 15:46:08 +0100 Subject: [PATCH 1/2] revert installation steps for db plugin for aio cli --- .../app_builder_guides/storage/db-commands.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/src/pages/guides/app_builder_guides/storage/db-commands.md b/src/pages/guides/app_builder_guides/storage/db-commands.md index 39b87ab5f..b230348fb 100644 --- a/src/pages/guides/app_builder_guides/storage/db-commands.md +++ b/src/pages/guides/app_builder_guides/storage/db-commands.md @@ -18,18 +18,11 @@ The following is only a brief introduction to the DB Plugin. For more thorough d ## Installation -The DB plugin for the AIO CLI requires `@adobe/aio-cli-plugin-app` version 14.5.1 or higher and `@adobe/aio-cli-plugin-app-storage` version 1.3.0 or higher. +To install the pre-GA plugin for the AIO CLI: -These are install automatically by updating `@adobe/aio-cli` to the latest version: ```bash -npm install -g @adobe/aio-cli -``` - -In case you installed the pre-GA plugin during early access, these should be uninstalled before updating `@adobe/aio-cli`: - -```bash -aio plugins:uninstall @adobe/aio-cli-plugin-app -aio plugins:uninstall @adobe/aio-cli-plugin-app-storage +aio plugins:install @adobe/aio-cli-plugin-app@next +aio plugins:install @adobe/aio-cli-plugin-app-storage@next ``` ## Region selection From a763ecce8b51cb7734ccbe3dd10dfc6d9dd344f7 Mon Sep 17 00:00:00 2001 From: Russ Johnson Date: Mon, 9 Mar 2026 15:59:04 +0100 Subject: [PATCH 2/2] pre-GA -> early access --- src/pages/guides/app_builder_guides/storage/db-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/guides/app_builder_guides/storage/db-commands.md b/src/pages/guides/app_builder_guides/storage/db-commands.md index b230348fb..d459cd66e 100644 --- a/src/pages/guides/app_builder_guides/storage/db-commands.md +++ b/src/pages/guides/app_builder_guides/storage/db-commands.md @@ -18,7 +18,7 @@ The following is only a brief introduction to the DB Plugin. For more thorough d ## Installation -To install the pre-GA plugin for the AIO CLI: +To install the early access plugin for the AIO CLI: ```bash aio plugins:install @adobe/aio-cli-plugin-app@next