ccloud CLI: Document new commands from SDK v6 update (ccloud-private#122)#22950
Open
jordanlewis wants to merge 2 commits intomainfrom
Open
ccloud CLI: Document new commands from SDK v6 update (ccloud-private#122)#22950jordanlewis wants to merge 2 commits intomainfrom
jordanlewis wants to merge 2 commits intomainfrom
Conversation
Documents all new command groups added in cockroachlabs/ccloud-private#122, which updated the ccloud CLI from SDK v3 to v6 and added comprehensive support for new Cloud API features. New command groups documented: - ccloud cluster connection-string - ccloud cluster database (list/create/delete) - ccloud cluster backup (list/config get/config update) - ccloud cluster restore (list/create) - ccloud cluster versions - ccloud cluster version-deferral (get/set) - ccloud cluster blackout-window (list/create/delete) - ccloud cluster maintenance (get/set/delete) - ccloud cluster disruption (get/set/clear) - ccloud cluster cmek get - ccloud cluster log-export (get/enable/disable) - ccloud cluster metric-export (cloudwatch/datadog/prometheus) - ccloud cluster networking egress-rule (list/create/delete) - ccloud cluster networking egress-private-endpoint (list/get/create/delete) - ccloud cluster networking client-ca-cert (get/set/update/delete) - ccloud cluster networking private-endpoint (services/connections/etc.) - ccloud organization get - ccloud audit list - ccloud billing invoice (list/get) - ccloud folder (list/get/create/update/delete/contents) - ccloud service-account (list/get/create/delete + api-key management) - ccloud jwt-issuer (list/get/create/update/delete) - ccloud replication (list/get/create/update)
✅ Deploy Preview for cockroachdb-interactivetutorials-docs canceled.
|
Files changed: |
✅ Deploy Preview for cockroachdb-api-docs canceled.
|
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify project configuration. |
- backup config update: --frequency-minutes/--retention-days → --frequency/--retention - restore create: backup ID is --backup-id flag, not positional arg; add --source-cluster-id and --type - version-deferral set: policy is --policy flag, not positional; list valid values - maintenance set: add required --duration flag, document --offset alternative, fix output format - disruption: rewrite section - it's disruption simulation, not "disruption budget" - log-export enable: --log-group → --log-name; fix output format - egress-rule create: remove nonexistent --ports flag; add --description - egress-private-endpoint create: --name/--service-name → --region/--target-service-identifier/--target-service-type - private-endpoint: fix command names (services → service list, add-connection → connection add, etc.) - private-endpoint: add missing trusted-owner subcommand group (list/add/remove) - replication create: --source-cluster/--target-cluster → --primary-cluster/--standby-cluster - replication update: --cutover → --status FAILING_OVER; add --failover-at - replication list: add required cluster name argument - folder list: PARENT ID → PARENT PATH, add TYPE column - Fix output table columns across multiple commands to match actual CLI output Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
Documents all new command groups added in cockroachlabs/ccloud-private#122, which updated the
ccloudCLI from SDK v3 to v6 and added comprehensive support for new Cloud API features.New commands documented
Cluster commands
ccloud cluster connection-stringccloud cluster databaselist,create,deleteccloud cluster backuplist,config get,config updateccloud cluster restorelist,createccloud cluster versionsccloud cluster version-deferralget,setccloud cluster blackout-windowlist,create,deleteccloud cluster maintenanceget,set,deleteccloud cluster disruptionget,set,clearccloud cluster cmekgetccloud cluster log-exportget,enable,disableccloud cluster metric-exportcloudwatch,datadog,prometheus(each:get/enable/disable)ccloud cluster networking egress-rulelist,create,deleteccloud cluster networking egress-private-endpointlist,get,create,deleteccloud cluster networking client-ca-certget,set,update,deleteccloud cluster networking private-endpointservices,create-services,connections,add-connection,delete-connectionTop-level commands
ccloud organization getccloud audit listccloud billing invoicelist,getccloud folderlist,get,create,update,delete,contentsccloud service-accountlist,get,create,delete+api-keysubcommandsccloud jwt-issuerlist,get,create,update,deleteccloud replicationlist,get,create,updateNotes
filter-contentsection pattern{% include_cached copy-clipboard.html %}before code blocks,~~~ shellfor commands,~~~for output