avf_cli 0.1.11
avf_cli: ^0.1.11 copied to clipboard
CLI tool for managing Apple Virtualization.framework macOS VMs, powered by avf_dart.
Changelog #
0.1.11 #
- Update
avf_dartto0.1.25for VM signal handling and automatic MAC address generation.
0.1.10 #
- Update
avf_dartto0.1.24to resolve thread-safety crash on macOS installation completion callback.
0.1.9 #
- Update
avf_dartto0.1.23to resolve macOS installer crash on headless environments.
0.1.8 #
- Maintenance: Bump version for synchronization and integration verification.
0.1.7 #
- Maintenance: Bump version for release verification.
0.1.6 #
- Feature: Integrate Native Assets build hooks (
hook/build.dart) to automatically generatelib/src/version.dartfrom the version defined inpubspec.yaml, ensuring CLI version sync without manual updates.
0.1.5 #
- Update
avf_dartto0.1.21to use chunk-file sequential writes and merging for robust high-speed downloads without OS disk freezes.
0.1.4 #
- Update
avf_dartto0.1.20to restore parallel downloads with a watchdog timer to resolve freezing issues.
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.