From 6929afa0b3d325b17a82cf91dd9a688c4e8a8129 Mon Sep 17 00:00:00 2001 From: Steven Miller Date: Wed, 11 Feb 2026 11:53:34 -0800 Subject: [PATCH] Remove CLI section from stainless.yaml Removed CLI configuration from stainless.yaml. --- stainless.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/stainless.yaml b/stainless.yaml index dde042e4..24ac9d63 100644 --- a/stainless.yaml +++ b/stainless.yaml @@ -24,17 +24,6 @@ targets: production_repo: kernel/hypeman-go options: enable_v2: true - cli: - edition: cli.2025-10-08 - binary_name: hypeman - production_repo: kernel/hypeman-cli - options: - go_sdk_package: github.com/kernel/hypeman-go - publish: - homebrew: - tap_repo: kernel/homebrew-tap - homepage: https://github.com/kernel/hypeman - description: orchestrate cloud-hypervisor VMs typescript: edition: typescript.2025-10-10 package_name: "@onkernel/hypeman"