fix: update readme, cloud bugs#131
Merged
Merged
Conversation
JoshMock
reviewed
Apr 13, 2026
JoshMock
approved these changes
Apr 14, 2026
JoshMock
left a comment
Member
There was a problem hiding this comment.
One question, but if I'm misreading it or you push a solution, merge when you're ready!
MattDevy
added a commit
that referenced
this pull request
Apr 17, 2026
…space Partial revert of #131. Merges the top-level `serverless` command back under `cloud` to match customer mental model where both Hosted Deployments and Serverless Projects are offerings of the same product (Elastic Cloud). New command tree: - `elastic cloud {account,authentication,organizations,user-role-assignments}` — cross-cutting APIs promoted to direct children. - `elastic cloud hosted <namespace>` — Hosted deployments, templates, extensions, stack versions, trusted envs, billing. - `elastic cloud serverless <...>` — Serverless projects (es, observability, security) plus regions, traffic-filters, linked-projects, etc. Top-level `serverless` command is removed. Clean break, no aliases (project is 0.1.0-alpha.1 and the old split landed in a recent PR). Closes #193
7 tasks
MattDevy
added a commit
that referenced
this pull request
Apr 17, 2026
…space (#199) * refactor(cloud): unify cloud and serverless under single `cloud` namespace Partial revert of #131. Merges the top-level `serverless` command back under `cloud` to match customer mental model where both Hosted Deployments and Serverless Projects are offerings of the same product (Elastic Cloud). New command tree: - `elastic cloud {account,authentication,organizations,user-role-assignments}` — cross-cutting APIs promoted to direct children. - `elastic cloud hosted <namespace>` — Hosted deployments, templates, extensions, stack versions, trusted envs, billing. - `elastic cloud serverless <...>` — Serverless projects (es, observability, security) plus regions, traffic-filters, linked-projects, etc. Top-level `serverless` command is removed. Clean break, no aliases (project is 0.1.0-alpha.1 and the old split landed in a recent PR). Closes #193 * fix(test): replace any with typed CommandNode in alias-check Replaces the inline `any[]` on the recursive visit helper with a local CommandNode interface, so the test conforms to the repo's @typescript-eslint/no-explicit-any rule.
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #86
closes #87
closes #88