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]}}`