Restore import of config

This commit is contained in:
2025-08-30 20:16:13 -04:00
parent 64c4419546
commit 6bb9f4bf39
3 changed files with 66 additions and 56 deletions

View File

@@ -46,6 +46,9 @@ Enter choice (1 or 2):
qemu-vm> create my-first-vm
# Follow the interactive prompts
# Import a VM from configuration file
qemu-vm> import examples/sample-vm-config.json my-imported-vm
# Start the VM
qemu-vm> start my-first-vm
@@ -198,6 +201,7 @@ qemu-vm> upnp mappings
|---------|-------------|---------|
| `help` | Show all commands | `help` |
| `create` | Create new VM | `create my-vm` |
| `import` | Import VM from config | `import config.json my-vm` |
| `start` | Start VM | `start my-vm` |
| `stop` | Stop VM | `stop my-vm` |
| `status` | Show VM status | `status my-vm` |