aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2023-05-17 13:07:48 -0300
committerSilvio Rhatto <rhatto@riseup.net>2023-05-17 13:07:48 -0300
commit60ec2245fb8520003caa0ed02ddb742f390eb08d (patch)
tree21637a60efac62a55d2b425edec1218ec1a258c2
parent774c63556e61b8b513a8b70c218884bfbe099167 (diff)
downloadkvmx-60ec2245fb8520003caa0ed02ddb742f390eb08d.tar.gz
kvmx-60ec2245fb8520003caa0ed02ddb742f390eb08d.tar.bz2
Feat: idea: upgrade command (2)
-rw-r--r--IDEAS.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/IDEAS.md b/IDEAS.md
index 143ef56..ec1088a 100644
--- 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]