Location of xo-cli reference
-
Is there an online reference for xo-cli with examples? I can't find it. I know that xo-cli has help output, but it isn't detailed enough for me to understand fully how to use it.
Here's my specific example:
xo-cli vm.set auto_poweron=true id="f329c1f2-424e-1451-7c61-fee57273e6c4" CPUs=8 memory=17179869184 secureBoot=false ā invalid parameters property @./CPUs: must be integer
After I create the VM with
xo-cli vm.create
, I am trying to set the number of CPUs to 8 and the RAM to 16GB. -
Also more details regarding how vm.createCloudInitConfigDrive works would be good.
The help information from
xo-cli list-commands
has the followingvm.createCloudInitConfigDrive vm=<string> sr=<string> config=<string> [networkConfig=<string>]
Is the string for config and networkConfig supposed to be the id of objects created using
cloudConfig.create
?Does the
template=
parameter forcloudConfig.create
accept the yaml string for cloud-init? -
Ping @Butcat