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..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,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 early access 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