Commit 2e77f11
CLI: Update hypeman SDK to 121774f79f5d and add new commands/flags (#42)
* CLI: Update Hypeman Go SDK to fae578c6868a3ad232e67a8bd323b9fb307451d3
Update hypeman-go dependency from v0.11.0 to v0.11.1.
A full enumeration of SDK methods and CLI commands was performed.
No coverage gaps were found - all SDK methods have corresponding
CLI commands and all param fields have corresponding flags.
Co-authored-by: Cursor <cursoragent@cursor.com>
* CLI: Update hypeman SDK to 40bbd485e7 and add --state/--metadata flags to ps
- Updated hypeman-go to v0.12.0 (40bbd485e7a89cd21ae08554502e9dedf4999efc)
- Added --state flag to `hypeman ps` for server-side state filtering
- Added --metadata flag to `hypeman ps` for metadata key-value filtering
- Updated Instances.List calls to pass InstanceListParams (new required param)
Made-with: Cursor
* CLI: Update hypeman SDK to 1f34cf2541 and add --cpus/--memory flags to build
Update hypeman-go SDK from v0.12.0 to v0.13.0 (1f34cf2541337d9ec4a39f74581bba9cdcb1ec1b).
Add missing CLI flags for BuildNewParams fields:
- --cpus: Number of vCPUs for builder VM
- --memory: Memory limit for builder VM in MB
Made-with: Cursor
* CLI: Update Hypeman Go SDK to 9cd8f5ca0926682c2f1c1148adf3f5d1e289b7f6
Update hypeman-go dependency from v0.13.0 to v0.14.0.
Full coverage analysis performed: all SDK methods have corresponding
CLI commands and all param fields have corresponding CLI flags.
No coverage gaps found.
Made-with: Cursor
* fix ps filtering and metadata handling
* add inspect and fork commands with sdk-based calls
* Hide envs by default on output
* show id of forked vm
* CLI: Update hypeman SDK to 121774f79f5d and add stats command
- Updated hypeman-go SDK to 121774f79f5d404da0acba442e011c9d5f9710fb
- Added `hypeman stats <instance>` command for real-time resource utilization
- Refactored fork command to use SDK's InstanceForkParams instead of custom struct
Made-with: Cursor
* Remove stats command from CLI
---------
Co-authored-by: kernel-internal[bot] <260533166+kernel-internal[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Steven Miller <sjmiller609@gmail.com>1 parent b3961ad commit 2e77f11
3 files changed
Lines changed: 8 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
65 | 64 | | |
66 | 65 | | |
67 | | - | |
| 66 | + | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
| |||
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
80 | | - | |
81 | | - | |
| 79 | + | |
| 80 | + | |
82 | 81 | | |
83 | 82 | | |
84 | 83 | | |
| |||
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
90 | | - | |
91 | 89 | | |
92 | 90 | | |
93 | 91 | | |
| |||
107 | 105 | | |
108 | 106 | | |
109 | 107 | | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
0 commit comments