[pdm-devel] [PATCH datacenter-manager 2/2] server: add the new `support-eligibility` subcommand to the report
Shannon Sterz
s.sterz at proxmox.com
Mon Dec 15 17:21:30 CET 2025
Signed-off-by: Shannon Sterz <s.sterz at proxmox.com>
---
server/src/report.rs | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/server/src/report.rs b/server/src/report.rs
index ae56444..9a52cd8 100644
--- a/server/src/report.rs
+++ b/server/src/report.rs
@@ -59,6 +59,10 @@ fn commands() -> Vec<(&'static str, Vec<&'static str>)> {
"proxmox-datacenter-manager-admin",
vec!["remote", "subscriptions"],
),
+ (
+ "proxmox-datacenter-manager-admin",
+ vec!["support-eligibility", "get"],
+ ),
("proxmox-boot-tool", vec!["status"]),
("df", vec!["-h", "-T"]),
(
--
2.47.3
More information about the pdm-devel
mailing list