emu-cli 0.2.0

Linux desktop-friendly CLI qemu wrangling tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
-   0.2.0:
    -   `emu list-disks` to list disks for a VM.
    -   `emu import` always creates a new disk when importing.
    -   `emu clone` copies all images from one VM to the new destination.
    -   `emu delete` now takes an optional parameter to delete individual VM images.
    -   `emu config copy` allows you to copy pre-configured settings from one VM to another.
    -   `emu create -a` can now be used to add disks to an existing VM.
    -   Disks are now created stamped with the epoch seconds they were created at.
    -   `emu list -r` lists running VMs only.
    -   Rename command; rename vms you manage.
    -   Better error messages in some situations.
-   0.1.1:
    -   Tracking of run state; specialized for systemd or ad-hoc qemu runs
        -   Reflected in lists and also with a new command `is-active`
-   0.1.0:
    -   First release (after 4 years of sitting on the shelf)