Difference between revisions of "Installing and using govc"

From MyWiki
Jump to: navigation, search
(Created page with "https://prefetch.net/blog/2017/12/19/managing-vsphere-from-the-linux-command-line/")
 
 
Line 1: Line 1:
 
https://prefetch.net/blog/2017/12/19/managing-vsphere-from-the-linux-command-line/
 
https://prefetch.net/blog/2017/12/19/managing-vsphere-from-the-linux-command-line/
 +
<source lang="text">
 +
$ export GOVC_INSECURE=true
 +
$ export GOVC_URL='https://USER:PASSWORD@vcenter.prefetch.net/sdk'
 +
$ export GOVC_DATACENTER=DC
 +
 +
 +
 +
</source>

Latest revision as of 16:20, 27 February 2019

https://prefetch.net/blog/2017/12/19/managing-vsphere-from-the-linux-command-line/

$ export GOVC_INSECURE=true
$ export GOVC_URL='https://USER:PASSWORD@vcenter.prefetch.net/sdk'
$ export GOVC_DATACENTER=DC