Skip to content

proxmox-cli is a Command Line Interface built using Cobra for managing Proxmox servers.

License

Notifications You must be signed in to change notification settings

Adz-ai/proxmox-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

proxmox-cli is a Command Line Interface built using Cobra for managing Proxmox servers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published