# aio-cli-plugin-app-storage **Repository Path**: mirrors_adobe/aio-cli-plugin-app-storage ## Basic Information - **Project Name**: aio-cli-plugin-app-storage - **Description**: The aio CLI plugin to manage your Adobe App Builder storage services. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-14 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # aio-cli-plugin-app-storage The CLI Plugin to manage your App Builder State storage. If you need to access State programmatically, check the [@adobe/aio-lib-state](https://github.com/adobe/aio-lib-state) library. --- * [aio-cli-plugin-app-storage](#aio-cli-plugin-app-storage) * [Usage](#usage) * [Commands](#commands) # Usage ```sh-session $ aio plugins:install @adobe/aio-cli-plugin-app-storage $ # OR $ aio discover -i $ aio app state --help ``` # Commands * [`aio app state delete [KEYS]`](#aio-app-state-delete-keys) * [`aio app state get KEY`](#aio-app-state-get-key) * [`aio app state list`](#aio-app-state-list) * [`aio app state put KEY VALUE`](#aio-app-state-put-key-value) * [`aio app state stats`](#aio-app-state-stats) * [`aio help [COMMAND]`](#aio-help-command) ## `aio app state delete [KEYS]` Delete key-values ``` USAGE $ aio app state delete [KEYS...] [--json] [--region amer|emea|apac|aus] [--match ] [--force] ARGUMENTS [KEYS...] keys to delete. Above 5 keys, you will be prompted for confirmation FLAGS --force [use with caution!] force delete, no safety prompt --match= [use with caution!] deletes ALL key-values matching the provided glob-like pattern --region=