mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 15:35:51 +03:00
[PR #188] [MERGED] Cli overhaul: acmeaccount #295
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#295
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/188
Author: @Tinyblargon
Created: 8/19/2022
Status: ✅ Merged
Merged: 8/31/2022
Merged by: @mleone87
Base:
master← Head:CLI-Overhaul📝 Commits (4)
fc390abAdd: acmeaccount commands31fd660Update: usage description5fee9d8Tests for acmeaccount56181cfReturn err when error occures📊 Changes
8 files changed (+216 additions, -15 deletions)
View changed files
➕
cli/command/create/create-acmeaccount.go(+33 -0)➕
cli/command/delete/delete-acmeaccount.go(+17 -0)📝
cli/command/delete/delete.go(+14 -6)➕
cli/command/get/get-acmeaccount.go(+17 -0)📝
cli/command/get/get.go(+7 -5)📝
proxmox/client.go(+4 -4)➕
test/cli/AcmeAccount/AcmeAccount_0_test.go(+65 -0)➕
test/cli/AcmeAccount/AcmeAccount_1_test.go(+59 -0)📄 Description
Another pull for https://github.com/Telmate/proxmox-api-go/issues/171
Work so far:
Patched an issue where the error would always be returned as nil, instead of returning the actual value error.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.