I'm using Proxmox 6.2. It has a UI to create a VM. If I SSH into the main Proxmox node I can do qm config <vm-id>
to see all the config for a node I've just created with that UI-wizard. If I copy that out to a text editor I can fairly easily turn that into a qm create
arg list (add dashes for keys, remove colons from key names) and then re-use that to create similar VMs within the same terminal.
Is there a way to do that without the text editor? Some sed/swk fu, or maybe even a built-in feature of qm
that escapes me?