mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
(#7) Document valid config file flags
This commit is contained in:
parent
9495dd3ee8
commit
bd94b4585e
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
|
@ -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
|
#file at /Users/me/.vmfloaty.yml
|
||||||
url: 'http://vmpooler.mycompany.net'
|
url: 'http://vmpooler.mycompany.net'
|
||||||
user: 'brian'
|
user: 'brian'
|
||||||
|
token: 'tokenstring'
|
||||||
```
|
```
|
||||||
|
|
||||||
Now vmfloaty will use those config files if no flag was specified.
|
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
|
## vmpooler API
|
||||||
|
|
||||||
This cli tool uses the [vmpooler API](https://github.com/puppetlabs/vmpooler/blob/master/API.md).
|
This cli tool uses the [vmpooler API](https://github.com/puppetlabs/vmpooler/blob/master/API.md).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue