(#7) Document valid config file flags

This commit is contained in:
Brian Cain 2015-10-01 19:39:00 -07:00
parent 9495dd3ee8
commit bd94b4585e

View file

@ -48,10 +48,25 @@ If you do not wish to continuely specify various config options with the cli, yo
#file at /Users/me/.vmfloaty.yml
url: 'http://vmpooler.mycompany.net'
user: 'brian'
token: 'tokenstring'
```
Now vmfloaty will use those config files if no flag was specified.
#### Valid config keys
Here are the keys that vmfloaty currently supports:
- verbose
+ true
+ false
- token
+ :token-string
- user
+ :username
- url
+ :pooler-url
## vmpooler API
This cli tool uses the [vmpooler API](https://github.com/puppetlabs/vmpooler/blob/master/API.md).