From 0be7d0f1cb257260758e38ffafcef5d2e0b43b86 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Bosdonnat?= Date: Wed, 16 Nov 2022 09:24:19 +0100 Subject: [PATCH] Add vms cli tool to the list of applications using libvirt MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- docs/apps.rst | 3 +++ 1 file changed, 3 insertions(+) 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 ------------------------ -- 2.39.5