]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Feat: idea: upgrade command (2)
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 17 May 2023 16:07:48 +0000 (13:07 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 17 May 2023 16:07:48 +0000 (13:07 -0300)
IDEAS.md

index 143ef56a3c7c3f0b0a4c39af20cfa5a7877890ef..ec1088a881347dafc1ad39089d00fb77426f6691 100644 (file)
--- a/IDEAS.md
+++ b/IDEAS.md
@@ -59,7 +59,8 @@
   * kvmx mount   <vm-name> <host-folder> <guest-mountpoint> # live 9p mounting
   * kvmx run     <vm-name> <command-file> # uploads a script as a temp file in the guest and runs it
   * kvmx upgrade <vm-name> # upgrades via SSH using a pre-defined upgrade command in the kvmxfile,
-                           # start the VM if needed, skip if no command is set (skip when backing_file=1?)
+                           # start the VM if needed, skip if no command is set (skip when backing_file=1?);
+                           # that could allow for mass upgrades using `kvmx-supervise foreach upgrade`
 
 * KVMX disposable enhancements:
   * kvmx disposable      <vm-name> [command]