aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2023-05-17 13:07:10 -0300
committerSilvio Rhatto <rhatto@riseup.net>2023-05-17 13:07:10 -0300
commit774c63556e61b8b513a8b70c218884bfbe099167 (patch)
tree187dc9c8560e1d3d420ed5fc08d45bb185ec7767
parent929befcbd6b3ef04cc002036d5f4eeb745366778 (diff)
downloadkvmx-774c63556e61b8b513a8b70c218884bfbe099167.tar.gz
kvmx-774c63556e61b8b513a8b70c218884bfbe099167.tar.bz2
Feat: idea: upgrade command
-rw-r--r--IDEAS.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/IDEAS.md b/IDEAS.md
index 697e757..143ef56 100644
--- a/IDEAS.md
+++ b/IDEAS.md
@@ -58,6 +58,8 @@
* kvmx recycle <vm-name> # kvmx stop/destroy/up/provision
* 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?)
* KVMX disposable enhancements:
* kvmx disposable <vm-name> [command]