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