avf_cli 0.1.3
avf_cli: ^0.1.3 copied to clipboard
CLI tool for managing Apple Virtualization.framework macOS VMs, powered by avf_dart.
Changelog #
0.1.3 #
- Feature: Add
versioncommand to print the CLI tool version. - Update
avf_dartto0.1.19to resolve download freezes.
0.1.2 #
- Update
avf_dartto0.1.18to resolve download freezes. - Change: Reduce default download concurrency to 4 in
download-ipsw.
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.