Skip to content

CLI: Update hypeman SDK to 5fc15d8 and add vz hypervisor support#37

Merged
sjmiller609 merged 5 commits intomainfrom
cli-coverage-update
Feb 12, 2026
Merged

CLI: Update hypeman SDK to 5fc15d8 and add vz hypervisor support#37
sjmiller609 merged 5 commits intomainfrom
cli-coverage-update

Conversation

@kernel-internal
Copy link
Contributor

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

This PR updates the Hypeman Go SDK to 5fc15d8048158e22e2a14cf3deb093d331224f7d and adds CLI commands/flags for new SDK methods.

SDK Update

  • Updated hypeman-go to 5fc15d8048158e22e2a14cf3deb093d331224f7d

Coverage Analysis

This PR was generated by performing a full enumeration of SDK methods and CLI commands.

New Flags

  • --hypervisor vz on hypeman run for InstanceNewParamsHypervisor.Vz (Virtualization.framework support)
  • Explicit vz display in hypeman ps hypervisor column

Triggered by: kernel/hypeman-go@5fc15d8
Reviewer: @stainless-app[bot]


Note

Medium Risk
Adds new user-input parsing (--volume) and wires new build-time parameters (including secrets) into API calls, which could cause behavioral changes or misconfiguration if incorrectly formatted.

Overview
Updates the dependency on github.com/kernel/hypeman-go to v0.9.8.

Extends hypeman build with new flags that pass through to the SDK (--base-image-digest, --cache-scope, --global-cache-key, --is-admin-build, --secrets) to support reproducible builds, cache scoping, and secret injection.

Extends hypeman run to accept --volume/-v specs (with parsing for ro and overlay=SIZE) and adds vz as a supported hypervisor option, including display support in hypeman ps.

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

kernel-internal bot and others added 5 commits February 11, 2026 21:44
Update hypeman-go SDK and add CLI coverage for missing SDK methods:

New commands:
- `hypeman image list` for client.Images.List()
- `hypeman image get` for client.Images.Get()
- `hypeman image delete` for client.Images.Delete()
- `hypeman volume create` for client.Volumes.New()
- `hypeman volume list` for client.Volumes.List()
- `hypeman volume get` for client.Volumes.Get()
- `hypeman volume delete` for client.Volumes.Delete()
- `hypeman volume attach` for client.Instances.Volumes.Attach()
- `hypeman volume detach` for client.Instances.Volumes.Detach()
- `hypeman ingress get` for client.Ingresses.Get()
- `hypeman build list` for client.Builds.List()
- `hypeman build get` for client.Builds.Get()
- `hypeman build cancel` for client.Builds.Cancel()

New flags:
- `--skip-guest-agent` on `hypeman run` for InstanceNewParams.SkipGuestAgent
- `--skip-kernel-headers` on `hypeman run` for InstanceNewParams.SkipKernelHeaders

Co-authored-by: Cursor <cursoragent@cursor.com>
- Updated hypeman-go to b99ed488ace35cbd4f84d1bec1f180adf3b7367f
- Added --volume/-v flag on `hypeman run` for InstanceNewParams.Volumes
- Added --base-image-digest, --cache-scope, --global-cache-key,
  --is-admin-build, --secrets flags on `hypeman build` for BuildNewParams

Co-authored-by: Cursor <cursoragent@cursor.com>
- Updated hypeman-go to v0.9.8 (5fc15d8048158e22e2a14cf3deb093d331224f7d)
- Added "vz" (Virtualization.framework) hypervisor option to `hypeman run --hypervisor`
- Added explicit "vz" case to formatHypervisor in `hypeman ps` output

Co-authored-by: Cursor <cursoragent@cursor.com>
@kernel-internal kernel-internal bot changed the title CLI: Update hypeman SDK to b99ed488ace3 and add new commands/flags CLI: Update hypeman SDK to 5fc15d8 and add vz hypervisor support Feb 11, 2026
@sjmiller609 sjmiller609 merged commit 624eeca into main Feb 12, 2026
4 checks passed
@sjmiller609 sjmiller609 deleted the cli-coverage-update branch February 12, 2026 00:04
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