feat(csm): add managed-resource commands (sql, nosql, key-value, app-ui) - #18
Merged
Conversation
phil-accelbyte
force-pushed
the
csm-spec-refresh
branch
2 times, most recently
from
June 24, 2026 13:33
e94113a to
ca3498c
Compare
New sql, key-value, app-ui, and files resources — sql cluster lifecycle, databases, credentials and list-apps; key-value clusters, limit config and Extend-app integration; app-ui instances with asset upload; files get — plus an apps apply command and a nosql create-credentials path correction. Adds "stop" to the confirmation keyword list so stop-cluster prompts before running. Regenerates the command catalogue and CSM contract baseline.
phil-accelbyte
force-pushed
the
csm-spec-refresh
branch
from
June 24, 2026 13:34
ca3498c to
270c0f4
Compare
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.
Adds new CSM managed-resource commands.
What's new
sql— new resource: cluster lifecycle (create/get/update/delete,start-cluster,stop-cluster), database CRUD,create-credentials, andlist-apps.nosql— corrects thecreate-credentialsendpoint (typo pathcrendentials→credentials; legacy path retained).key-value— new resource: cluster lifecycle (create/get/list/update/delete),get-limit-config, and Extend-app integration (create/get/list/delete +create-credentials).app-ui— new resource: create/list/delete instances andupload-assets(ZIP).files— new resource:get(hosted static file access).apps apply— new command: create or update an Extend app from a declarative spec.stopto the dispatch confirmation keywords sostop-clusterprompts before running.Mechanics
specs/csm.json.gzupdated; command catalogue and CSM contract baseline regenerated in-repo.Version bump + tag to follow as a separate chore commit per the release process.