diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-05-17 13:07:48 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-05-17 13:07:48 -0300 |
commit | 60ec2245fb8520003caa0ed02ddb742f390eb08d (patch) | |
tree | 21637a60efac62a55d2b425edec1218ec1a258c2 /IDEAS.md | |
parent | 774c63556e61b8b513a8b70c218884bfbe099167 (diff) | |
download | kvmx-60ec2245fb8520003caa0ed02ddb742f390eb08d.tar.gz kvmx-60ec2245fb8520003caa0ed02ddb742f390eb08d.tar.bz2 |
Feat: idea: upgrade command (2)
Diffstat (limited to 'IDEAS.md')
-rw-r--r-- | IDEAS.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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] |