From d715e7a9d6c6ab608a8cb457b07082856277baa3 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Mon, 3 Mar 2025 21:27:07 +0100 Subject: Add page about CLI commands on proxmox --- proxmox/cli.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 proxmox/cli.md diff --git a/proxmox/cli.md b/proxmox/cli.md new file mode 100644 index 0000000..7e3ae5b --- /dev/null +++ b/proxmox/cli.md @@ -0,0 +1,8 @@ +# cli + +## Useful commands + +```sh +# Delete a vm +qm destroy [OPTIONS] +``` -- cgit v1.2.3