pvesubscription: add page (#23148)

Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
Managor
2026-07-16 14:45:46 +03:00
committed by GitHub
co-authored by Ivan Baluta
parent 1bc493a628
commit b8ab06f5a2
+20
View File
@@ -0,0 +1,20 @@
# pvesubscription
> Manage Proxmox subscription keys.
> More information: <https://pve.proxmox.com/pve-docs/pvesubscription.1.html>.
- 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]}}`