From: Cédric Bosdonnat Date: Wed, 16 Nov 2022 08:24:19 +0000 (+0100) Subject: Add vms cli tool to the list of applications using libvirt X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0be7d0f1cb257260758e38ffafcef5d2e0b43b86;p=libvirt.git Add vms cli tool to the list of applications using libvirt Just adds a tool to the applications list. This tool helps managing multiple VMs at once using the python binding. Reviewed-by: Michal Privoznik Signed-off-by: Cédric Bosdonnat --- diff --git a/docs/apps.rst b/docs/apps.rst index 1a25c0a21e..57a3d00dca 100644 --- a/docs/apps.rst +++ b/docs/apps.rst @@ -70,6 +70,9 @@ virsh Virt-Lightning uses libvirt, cloud-init and libguestfs to allow anyone to quickly start a new VM. Very much like a container CLI, but with a virtual machine. +`vms `__ + vms is a tool wrapping around the libvirt API to manage multiple virtual + machines at once with name patterns. Configuration Management ------------------------