Skip to content

feat: support dev orgs with runtime, in addition to entp#259

Merged
MichaelGoberling merged 2 commits into
masterfrom
feat/support-rt-dev-orgs
May 15, 2026
Merged

feat: support dev orgs with runtime, in addition to entp#259
MichaelGoberling merged 2 commits into
masterfrom
feat/support-rt-dev-orgs

Conversation

@MichaelGoberling
Copy link
Copy Markdown
Contributor

@MichaelGoberling MichaelGoberling commented May 15, 2026

Description

  • Use aio-cli-lib-console updates to handle dev orgs with runtime in favor of plugin-level filtering

Related:

Related Issue

Motivation and Context

How Has This Been Tested?

Locally linked everything and tested with a dev and entp org

aio login 
aio console org list
aio console org select
aio app init 

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.

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

🤖 PR Reviewer

This diff removes client-side org filtering logic (getOrgFeatures, hasRuntimeFeature, getSelectableOrgs) from the plugin, delegating that responsibility to the aio-cli-lib-console library. The change is clean, reduces code duplication, and the tests are updated consistently. No security, performance, or correctness issues are introduced.

LGTM! This PR looks good to merge.


💡 How to re-trigger

Comment /review or /pr-reviewer on this PR

@codecov
Copy link
Copy Markdown

codecov Bot commented May 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@MichaelGoberling MichaelGoberling changed the title Feat/support rt dev orgs feat: support dev orgs with runtime, in addition to entp May 15, 2026
@MichaelGoberling MichaelGoberling merged commit 44b427b into master May 15, 2026
11 checks passed
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.

2 participants