mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[PR #191] [MERGED] Cli overhaul: guest id (no tests yet) #298
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#298
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/191
Author: @Tinyblargon
Created: 9/7/2022
Status: ✅ Merged
Merged: 9/10/2022
Merged by: @mleone87
Base:
master← Head:CLI-Overhaul📝 Commits (5)
05ebf80Make fuction public3ff1d87reinplement VMIdExists fuction1a74feeAdd commands to get id information1c4e8dcfix variable nameed4e42aReinplement broken legacy command📊 Changes
16 files changed (+155 additions, -32 deletions)
View changed files
📝
cli/command/commands/commands.go(+2 -1)📝
cli/command/get/get-acmeaccount.go(+1 -1)📝
cli/command/get/get-metricserver.go(+1 -1)📝
cli/command/get/get-pool.go(+3 -2)📝
cli/command/get/get-storage.go(+1 -1)📝
cli/command/get/get-user.go(+1 -1)📝
cli/command/get/get.go(+3 -3)➕
cli/command/get/id/get-id-check.go(+31 -0)➕
cli/command/get/id/get-id-max.go(+27 -0)➕
cli/command/get/id/get-id-next.go(+26 -0)➕
cli/command/get/id/get-id.go(+15 -0)📝
cli/validate.go(+12 -4)📝
main.go(+10 -4)📝
proxmox/client.go(+16 -0)📝
proxmox/config_qemu.go(+3 -10)📝
test/cli/preperations.go(+3 -4)📄 Description
Another pull for https://github.com/Telmate/proxmox-api-go/issues/171
Work so far:
idstatuscommand as the new VMIdExists function broke this.No tests yet for these command as they are dependent on the CRUD operations of LXC and Qemu which haven't been implemented yet.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.