Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions src/pages/guides/app_builder_guides/storage/db-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down