From 1a78b1ae0d0c0c8601be5ca9e83c7ec03a776c22 Mon Sep 17 00:00:00 2001 From: Ryan Gard Date: Fri, 18 Dec 2015 15:33:25 -0800 Subject: [PATCH] (QA-2036) Update README for Client Utility Add a new section to the README to reference the CLI utility for accessing vmpooler services. [skip ci] --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 038794c..7cdaed6 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,9 @@ A dashboard is provided to offer real-time statistics and historical graphs. It [Graphite](http://graphite.wikidot.com/) is required for historical data retrieval. See the provided YAML configuration example, [vmpooler.yaml.example](vmpooler.yaml.example), for details. +## Command-line Utility + +The [vmpooler_client.py](https://github.com/puppetlabs/vmpooler-client) CLI utility provides easy access to the vmpooler service. The tool is cross-platform and written in Python. ## Build status