avf_cli 0.1.1
avf_cli: ^0.1.1 copied to clipboard
CLI tool for managing Apple Virtualization.framework macOS VMs, powered by avf_dart.
Changelog #
0.1.1 #
- Update
avf_dartto0.1.17to fixPathNotFoundExceptionindownload-ipswwhen the target download directory does not exist.
0.1.0 #
- Initial release.
- Provides CLI tool
avf(oravf_cliexecutable) to manage local Apple Virtualization.framework macOS VMs, wrapingavf_dartfunctionalities:list: Show all local virtual machines.boot <name>: Boot a local VM and wait for SSH readiness.install <name> --ipsw <path>: Create a new VM from an IPSW image.delete <name>: Delete a local VM.clone <source> <target>: Clone VM configurations and disk images.pull <name> --bucket <bucket>: Retrieve VM archives from Google Cloud Storage.push <name> --bucket <bucket>: Upload VM archives to Google Cloud Storage.download-ipsw: Fetch and download macOS IPSW files directly from Apple.