Skip to content

Comments

CLI: Update Go SDK to 0bf19a19dfd789f8a73e02513360d019fcb9d37d#118

Open
kernel-internal[bot] wants to merge 3 commits intomainfrom
cli-coverage-update
Open

CLI: Update Go SDK to 0bf19a19dfd789f8a73e02513360d019fcb9d37d#118
kernel-internal[bot] wants to merge 3 commits intomainfrom
cli-coverage-update

Conversation

@kernel-internal
Copy link
Contributor

@kernel-internal kernel-internal bot commented Feb 21, 2026

This PR updates the Go SDK dependency to the latest version.

SDK Update

  • Updated kernel-go-sdk to 0bf19a19dfd789f8a73e02513360d019fcb9d37d

Coverage Analysis

A full enumeration of SDK methods and CLI commands was performed. No coverage gaps were found.

Triggered by: kernel/kernel-go-sdk@0bf19a1
Reviewer: @rgarcia


Note

Medium Risk
Introduces new deletion commands that can permanently remove deployments/apps; mistakes in argument/flag usage or concurrency could lead to unintended destructive operations.

Overview
Adds destructive CLI capabilities: kernel deploy delete <deployment_id> (with confirmation and --yes, plus 404-friendly handling) and kernel app delete <app_name> to delete all deployments for an app, optionally scoped by --version.

app delete lists deployments and then deletes them in parallel via errgroup with spinner progress feedback. The PR also bumps github.com/kernel/kernel-go-sdk to 0bf19a19... and promotes golang.org/x/sync to a direct dependency.

Written by Cursor Bugbot for commit 256b8e3. This will update automatically on new commits. Configure here.

Update Go SDK dependency to latest version. Full SDK method enumeration
performed - all SDK methods have corresponding CLI commands (no coverage
gaps found).

Triggered by: kernel/kernel-go-sdk@b6a60bb

Co-authored-by: Cursor <[email protected]>
Updates the Go SDK dependency to the latest version.

Coverage Analysis: Full enumeration of SDK methods and CLI commands
was performed. No coverage gaps were found - all SDK methods have
corresponding CLI commands.

Co-authored-by: Cursor <[email protected]>
@kernel-internal kernel-internal bot changed the title CLI: Update Go SDK to b6a60bbf00a2ee46bd2c13f4f068de462b46de47 CLI: Update Go SDK to 0bf19a19dfd789f8a73e02513360d019fcb9d37d Feb 21, 2026
- `kernel deploy delete <id>`: deletes a single deployment by ID with
  confirmation prompt (skippable via --yes)
- `kernel app delete <name>`: deletes all deployments for an app,
  optionally scoped to a specific --version, with parallel deletion
  and a progress spinner

Both commands use the new Deployments.Delete SDK method added in the
go-sdk bump.

Co-authored-by: Cursor <[email protected]>
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.

1 participant