mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[PR #502] [MERGED] Migrate: add cli get acmeplugin #513
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#513
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Telmate/proxmox-api-go/pull/502
Author: @NemoDacremont
Created: 10/30/2025
Status: ✅ Merged
Merged: 11/4/2025
Merged by: @Tinyblargon
Base:
master← Head:migrate/cli-get-acmeplugin📝 Commits (2)
f96a7d6migrate: add get acmeplugin to new cli885a3dbfix: acme plugin parsing from API not taking type=standalone in account📊 Changes
3 files changed (+37 additions, -4 deletions)
View changed files
➕
cli/command/get/get-acmeplugin.go(+18 -0)📝
cli/command/get/get.go(+5 -0)📝
proxmox/config__acme__plugin.go(+14 -4)📄 Description
This PR solves the bug explained in #501 which would make the SDK crash when parsing acme plugin from API.
What was done :
get acmeplugin PLUGINIDto the new CLItype="dns"since they are not relevant whentype="standalone"closes #500
closes #501
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.