jonlives / knife-spork

A workflow plugin to help many devs work with cookbooks and environments at once
Other
335 stars 97 forks source link

Spork multiple envs #148

Closed jeunito closed 10 years ago

jeunito commented 10 years ago

Sometimes one needs to promote to multiple environments that will not be in an environment group in the configuration. This modification lets you pass multiple environments to spork promote.

knife spork promote env1,env2 cookbook 
jonlives commented 10 years ago

@jeunito apologies for taking a while to get to this, busy time of year at Etsy towers. Hoping to get to the next release in the next couple of weeks!

jeunito commented 10 years ago

@jonlives no worries. I have some other things on my queue too that I want to contribute in so I am not really in a hurry as I just install from my repository for now but it'll be nice to have these in soon. Thanks for the follow up though.

jonlives commented 10 years ago

@jeunito there seem to be some debug puts statements in your initial commit - would you be able to remove them please?

jonlives commented 10 years ago

whoops, didn't mean to close that - reopened

jeunito commented 10 years ago

Ok. Will do that in an hour or so.

On Fri, Oct 17, 2014 at 5:32 AM, Jon Cowie notifications@github.com wrote:

whoops, didn't mean to close that - reopened

— Reply to this email directly or view it on GitHub https://github.com/jonlives/knife-spork/pull/148#issuecomment-59505768.

JOSE ASUNCION

Where I hangout: https://twitter.com/#!/Jeunito See my byte size recipes: http://jeunito.me

jeunito commented 10 years ago

@jonlives sorry this is late. Removed the debug statements.