From b8ab06f5a20836f74c0b752a84bf21d676cbee66 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 16 Jul 2026 14:45:46 +0300 Subject: [PATCH] pvesubscription: add page (#23148) Co-authored-by: Ivan Baluta --- pages/linux/pvesubscription.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/pvesubscription.md diff --git a/pages/linux/pvesubscription.md b/pages/linux/pvesubscription.md new file mode 100644 index 0000000000..a7346d3f52 --- /dev/null +++ b/pages/linux/pvesubscription.md @@ -0,0 +1,20 @@ +# pvesubscription + +> Manage Proxmox subscription keys. +> More information: . + +- Display subscription information: + +`pvesubscription {{[g|get]}}` + +- Set the subscription key: + +`pvesubscription set {{subscription_key}}` + +- Update subscription information: + +`pvesubscription {{[u|update]}}` + +- Delete the subscription key from the current node: + +`pvesubscription {{[d|delete]}}`