Restore import of config
This commit is contained in:
@@ -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` |
|
||||
|
Reference in New Issue
Block a user