Main public logs
From Halfface
Jump to navigationJump to search
Combined display of all available logs of Halfface. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:54, 21 August 2025 Ekaanbj talk contribs created page Govc (Created page with "=govc= ==Install== curl -L -o - "https://github.com/vmware/govmomi/releases/latest/download/govc_$(uname -s)_$(uname -m).tar.gz" | sudo tar -C /usr/local/bin -xvzf - govc ==Enable login== export GOVC_URL=https://vcenter.halfface.se export GOVC_USERNAME=administrator@vsphere.local; export GOVC_PASSWORD=<password> export GOVC_INSECURE=true ==govc Completion== . <(curl -sk https://raw.githubusercontent.com/vmware/govmomi/main/scripts/govc_bash_completion) ==List reso...")