pvectl

command module
v0.0.0-...-824b123 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

README

Pvectl

pvectl is a cli tool for managing Proxmox Virtual Environment clusters

Installation

TODO

Configuration

pvectl can be configured by using a file named pvectl.yaml in the current directory. Here's an example of the file:

endpoint: https://pve.homelab.local:8006/api2/json
auth:
  tokenid: user@pam!token
  secret: your-api-secret
logLevel: "WARNING"

Pvectl currently supports only authentication by API Tokens. Use the Proxmox VE Web UI to generate them.

Allow insecure connection

If using self-signed certificates, use:

allowInsecureConnection: true # (default: false)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Apache 2.0

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL