ca44934546
The interactive shell provides tab-completion for LXC-/VM-/Node-names and IDs. CLI provides storage-management, including listing storages and there contents. Also added: Listing and downloading of APLs to storages. |
||
---|---|---|
bin | ||
lib | ||
.gitignore | ||
Gemfile | ||
Gemfile.lock | ||
pve.gemspec | ||
README.adoc |
Proxmox Virtual Environment High Level API for Ruby =================================================== This is a limited, but easier to use library for ruby. It provides additional a command line interface for administration named `pvecli`. The Rest-API will be used for controlling your server. You need to provide a config-file `/etc/pve/pvecli.yml`: auth: username: USERNAME password: PASSWORD realm: pve or something like that connect: verify_tls: no if you do not use known CA-signed X509-Certificates pvecli ====== This tool should usable like PVE-WebGUI, instead of low-level-tools like `pct` or user-unfriendlier tools like `pvesh`. So `pvecli` provides a global control over your cluster on command line.