Subsections of proxcli config
Create proxcli config file
Options
| option | description | Allowed values |
|---|---|---|
| hosts | coma separated list of proxmox nodes ip addresses / host names | string |
| user | administrator username (only pam at the moment) | string |
| password | password | string |
Examples
- Create a proxmox config file
proxcli config create --hosts "pve1,pve2,pve3" --user root@pam --password rootpasswordShow proxcli configuration
Options
|option|description|Allowed values|
Examples
- show proxcli configuration
proxcli config show

