Improve how to retrieve vms

This commit changes the get command to have users request vms by
specifying the hosts they want and then the number of hosts rather than
having to say each one separated by a comma.
This commit is contained in:
Brian Cain 2015-10-09 22:06:14 -07:00
parent 12c5fc1cbd
commit 54893cf5fb
5 changed files with 22 additions and 8 deletions

View file

@ -53,7 +53,7 @@ This command will then ask you to log in. If successful, it will return a token
Grabbing vms:
```
floaty get centos-7,debian-7,windows-10 --token mytokenstring --url https://vmpooler.mycompany.net
floaty get centos-7-x86_64=2 debian-7-x86_64=1 windows-10=3 --token mytokenstring --url https://vmpooler.mycompany.net
```
### vmfloaty dotfile