mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Update usage to match help text
This commit is contained in:
parent
82a3589db8
commit
b5c6ce7a20
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
|
@ -22,17 +22,17 @@ $ floaty --help
|
||||||
|
|
||||||
```
|
```
|
||||||
delete Schedules the deletion of a host or hosts
|
delete Schedules the deletion of a host or hosts
|
||||||
get Gets a vm or vms based on the os flag
|
get Gets a vm or vms based on the os argument
|
||||||
help Display global or [command] help documentation
|
help Display global or [command] help documentation
|
||||||
list Shows a list of available vms from the pooler
|
list Shows a list of available vms from the pooler or vms obtained with a token
|
||||||
modify Modify a vms tags and TTL
|
modify Modify a vms tags, time to live, and disk space
|
||||||
query Get information about a given vm
|
query Get information about a given vm
|
||||||
revert Reverts a vm to a specified snapshot
|
revert Reverts a vm to a specified snapshot
|
||||||
snapshot Takes a snapshot of a given vm
|
snapshot Takes a snapshot of a given vm
|
||||||
ssh Grabs a single vm and sshs into it
|
ssh Grabs a single vm and sshs into it
|
||||||
status Prints the status of vmpooler
|
status Prints the status of pools in vmpooler
|
||||||
summary Prints the summary of vmpooler
|
summary Prints a summary of vmpooler
|
||||||
token Retrieves or deletes a token
|
token Retrieves or deletes a token or checks token status
|
||||||
|
|
||||||
GLOBAL OPTIONS:
|
GLOBAL OPTIONS:
|
||||||
|
|
||||||
|
|
@ -59,7 +59,7 @@ This command will then ask you to log in. If successful, it will return a token
|
||||||
Grabbing vms:
|
Grabbing vms:
|
||||||
|
|
||||||
```
|
```
|
||||||
floaty get centos-7-x86_64=2 debian-7-x86_64=1 windows-10=3 --token mytokenstring --url https://vmpooler.mycompany.net/api/v1
|
floaty get centos-7-x86_64=2 debian-7-x86_64 windows-10=3 --token mytokenstring --url https://vmpooler.mycompany.net/api/v1
|
||||||
```
|
```
|
||||||
|
|
||||||
### vmfloaty dotfile
|
### vmfloaty dotfile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue