mattray / spiceweasel

Generates Chef knife commands from a simple JSON or YAML file.
Apache License 2.0
284 stars 65 forks source link

I needed to be able to generate knife commands against different knife config files. #8

Closed gmacid closed 13 years ago

gmacid commented 13 years ago

Changes to allow passthrough of knife options (in particular -c KNIFECONFIGFILES) through to the outputted knife commands

mattray commented 13 years ago

This looks pretty reasonable, I'll take a look at merging it soon. I'll update the README.md documenting it as well once it goes in. Thanks!