Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 819 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 819 Bytes

Proxmox CLI

Proxmox CLI is a command-line interface for managing Proxmox Virtual Environment (PVE) resources. It allows you to interact with your Proxmox server, manage nodes, virtual machines, and storage through various subcommands.

Features

  • Authentication: Login to your Proxmox server and save authentication tokens for subsequent API requests.
  • Nodes Management: List and manage nodes in your Proxmox cluster.
  • VMs Management: List and manage virtual machines.

Installation

  1. Clone the repository:

    git clone https://github.com/Adz-ai/proxmox-cli.git
    cd proxmox-cli
  2. Install dependencies:

    Ensure you have Go installed, then run:

    go mod tidy
  3. Build the CLI:

    go build -o proxmox-cli main.go