← Package directory
Available on winget

Install cv4pve-cli

Command Line Interface for Proxmox VE

Install with winget
winget install --id Corsinvest.cv4pve.cli
Upgrade
winget upgrade --id Corsinvest.cv4pve.cli
Uninstall
winget uninstall --id Corsinvest.cv4pve.cli

About cv4pve-cli

cv4pve-cli is a comprehensive command-line interface tool for Proxmox VE that provides powerful management and automation capabilities for your virtualization infrastructure. Features: - VM/Container management and automation - Snapshot and backup operations - Resource monitoring and management - Cluster operations - Advanced scripting capabilities - Multiple output formats (Text, HTML, JSON, Markdown) - Batch operations support - Integration with Proxmox VE API

What's new in 2.2.1

Bug fixes - Parameters like --limit 100 were ignored — now passed correctly to the API. - Alias arguments with spaces (e.g. "before update") were cut at the first word — now handled correctly. - The CLI now authenticates once per session instead of logging in on every command. - Commands that return a list of text lines (e.g. get node journal) now display correctly instead of crashing. What's Changed - Migrate packaging to unified config file by @franklupo in #8 - Fix parameter parsing, quoted args, session singleton (v2.2.1) by @franklupo in #9 Full Changelog: v2.2.0...v2.2.1

Read release notes

Version history

Version Updated Notes
2.2.1 Unknown Bug fixes - Parameters like --limit 100 were ignored — now passed correctly to the API. - Alias arguments with spaces (e.g. "before update") were cut at the first word — now handled correctly. - The CLI now authenticates...
2.2.0 Unknown Aliases - Expanded built-in aliases to 316 total — now covering firewall, SDN, metrics, node scan, apt, replication, QEMU agent and more. - Added get/set firewall options for guest, vm, ct, node and cluster. - Added do m...
2.1.0 Unknown What's Changed - Add guest auto-resolution, built-in guest aliases, and completion fixes (#5) by @franklupo in #5 Full Changelog: v2.0.0...v2.1.0
2.0.0 Unknown What's Changed - Complete CLI refactor: context management, aliases, shell completion by @franklupo in #4 Full Changelog: v1.11.0...v2.0.0
1.11.0 Unknown What's Changed - Add local cache for API metadata by @franklupo in #3 Full Changelog: v1.10.0...v1.11.0
1.10.0 Unknown Release notes