[pdm-devel] [PATCH datacenter-manager v2 0/2] support eligibility checking in the cli
Shannon Sterz
s.sterz at proxmox.com
Tue Dec 16 11:08:23 CET 2025
these two patches add commands for querying and updating the enterprise
support eligibility status of pdm itself as well as updating it. it also
includes a patch to add such a command to the system report. for a
reasoning on why this naming was chosen see commit 1.
changes since v1:
* changed `support-eligibility` to `support-status`
Shannon Sterz (2):
cli: admin: add `support-status` subcommand
server: add the new `support-status` subcommand to the report
cli/admin/src/main.rs | 2 ++
cli/admin/src/support_status.rs | 63 +++++++++++++++++++++++++++++++++
server/src/report.rs | 4 +++
3 files changed, 69 insertions(+)
create mode 100644 cli/admin/src/support_status.rs
--
2.47.3
More information about the pdm-devel
mailing list