bootstrap-vz/bootstrapvz
Filipe Brandenburger 1fe10207b8 Check the value of the --color argument
Make sure it's either `auto' (the default), `always' or `never'. If it
does not match any of the values, raise a Docopt exception that causes
it to print usage and exit.

Tested:
- $ sudo ./bootstrap-vz --color=invalid manifests/gce.manifest.yml
  Value of --color must be one of auto, always or never.
  Usage: bootstrap-vz [options] MANIFEST

Signed-off-by: Filipe Brandenburger <filbranden@google.com>
2014-08-24 10:52:08 -07:00
..
base Check the value of the --color argument 2014-08-24 10:52:08 -07:00
common Fix list of tasks and their ordering 2014-07-24 20:20:54 -07:00
plugins Removed a check to verify file type 2014-08-14 18:10:54 -07:00
providers Disable SSH password auth on GCE 2014-08-14 18:10:54 -07:00
__init__.py Properly fix imports and make bootstrapvz work like a package 2014-04-02 21:32:10 +02:00