mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[PR #516] [MERGED] migrate: add list resources to the new cli #519
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#519
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/516
Author: @NemoDacremont
Created: 11/11/2025
Status: ✅ Merged
Merged: 11/13/2025
Merged by: @Tinyblargon
Base:
master← Head:migrate/list-resources📝 Commits (2)
bd64061migrate: add list resources to the new cli591fad1fix: Resources should be under Storages in list.go📊 Changes
2 files changed (+21 additions, -0 deletions)
View changed files
➕
cli/command/list/list-resources.go(+19 -0)📝
cli/command/list/list.go(+2 -0)📄 Description
I'm pushing this fairly simple patch that moves
getResourceListtolist resourcesin the new CLI.Maybe it could be interesting to add more features to this command, like passing the type of resources wanted in the arguments, however, I think it's better to stick with a simple translation to the new CLI for now.
fixes #515
Testing
This new command can be tested by running :
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.