0.0.2 • Published 9 years ago

fastdriver v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

fastdriver

Mini utility to make creation of StackDriver groups and policies faster

Installing

You have two options:

  1. via npm sudo npm install -g fastdriver

  2. clone this repo, cd into it, then run sudo npm install -g .

Running

Once installed, you need to write a FastDriver spec file. Once done, you run:

$ fastdriver create <filename.yaml>

Writing FastDriver spec files

Please see sample.yaml for FastDriver spec file options and explanations.