diff --git a/README.md b/README.md index ec4c59f..b69c661 100644 --- a/README.md +++ b/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 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).