mirror of
https://github.com/Lakr233/vphone-cli.git
synced 2026-09-04 07:04:34 +00:00
`vm create` built the orchestrator Options without setting diskSizeGB, so the disk was pinned to the 64 GB default no matter what. The downstream plumbing (Options.diskSizeGB -> NewBundleSpec -> sparse Disk.img truncate) already existed; this just exposes `-d/--disk-size` on the command and threads it through, matching the existing `vm new` convention. Co-Authored-By: Claude Fable 5 <[email protected]>