You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLI: Update hypeman SDK to 0adb0e3 and add new flags (#38)
Update hypeman-go SDK to v0.10.0 (0adb0e3cc613f8f889d2d600ff06f1158de29b1c).
New flags:
- --entrypoint on `hypeman run` for InstanceNewParams.Entrypoint
- --cmd on `hypeman run` for InstanceNewParams.Cmd
- --metadata on `hypeman run` for InstanceNewParams.Metadata
- --entrypoint on `hypeman start` for InstanceStartParams.Entrypoint
- --cmd on `hypeman start` for InstanceStartParams.Cmd
Fix: `hypeman start` now passes InstanceStartParams as required by
the updated SDK signature.
Co-authored-by: kernel-internal[bot] <260533166+kernel-internal[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments