qm-showcmd: add page (#9243)

This commit is contained in:
pg99696
2022-12-21 08:20:16 +05:30
committed by GitHub
parent fe3338e6aa
commit fb90656068

16
pages/linux/qm-showcmd.md Normal file
View File

@@ -0,0 +1,16 @@
# qm showcmd
> Show command line which is used to start the VM (debug info).
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
- Show command line for a specific virtual machine:
`qm showcmd {{vm_id}}`
- Put each option on a new line to enhance human readability:
`qm showcmd --pretty {{true}} {{vm_id}}`
- Fetch config values from a given snapshot:
`qm showcmd --snapshot {{string}} {{vm_id}}`