From bd94b4585e8f0db955e81983f325398c9e6a7073 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Thu, 1 Oct 2015 19:39:00 -0700 Subject: [PATCH] (#7) Document valid config file flags --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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).