Skip to content

Conversation

@pru55e11
Copy link
Contributor

This commit adds support for the new Australia (AUS) region to the CLI plugin for state management, enabling users to specify 'aus' as a valid region for all state commands.

Changes:

  • Add 'aus' to region flag options in BaseCommand
  • Update all command tests to include 'aus' in expected region options
  • Regenerate README with updated region documentation

Commands updated:

  • aio app state get
  • aio app state put
  • aio app state delete
  • aio app state list
  • aio app state stats

All commands now accept --region flag with options: amer, emea, apac, aus

The new AUS region connects to:
https://storage-state-aus.app-builder.adp.adobe.io

All 72 tests passing with full coverage.

Related: ACNA-4170 - Australia region deployment
Requires: @adobe/aio-lib-state >= 5.1.0 (with AUS support)

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

This commit adds support for the new Australia (AUS) region to the
CLI plugin for state management, enabling users to specify 'aus' as
a valid region for all state commands.

Changes:
- Add 'aus' to region flag options in BaseCommand
- Update all command tests to include 'aus' in expected region options
- Regenerate README with updated region documentation

Commands updated:
- aio app state get
- aio app state put
- aio app state delete
- aio app state list
- aio app state stats

All commands now accept --region flag with options: amer, emea, apac, aus

The new AUS region connects to:
https://storage-state-aus.app-builder.adp.adobe.io

All 72 tests passing with full coverage.

Related: ACNA-4170 - Australia region deployment
Requires: @adobe/aio-lib-state >= 5.1.0 (with AUS support)
@codecov
Copy link

codecov bot commented Nov 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

```
USAGE
$ aio app state delete [KEYS...] [--json] [--region amer|emea|apac] [--match <value>] [--force]
$ aio app state delete [KEYS...] [--json] [--region amer|emea|apac|aus] [--match <value>] [--force]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for next time, this is re-gen during publish. But you can also generate it using npm run prepack

@pru55e11 pru55e11 merged commit 366c35d into main Nov 24, 2025
11 checks passed
@pru55e11 pru55e11 deleted the add-aus-region-support branch November 24, 2025 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants