jonlives / knife-spork

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

Knife Spork Promote Improvement #180

Open TheSerapher opened 9 years ago

TheSerapher commented 9 years ago

I was wondering if knife spork could be improved. Instead of having the cookbook to be promoted in the cookbooks folder, use the Chef server instead to get a list of cookbooks and either pin the latest version available or a user defined version that has to exist on the chef server.

This would help in releasing cookbooks since we won't need to add each cookbook to promote into the Chef folder and could rely on Chef Server data instead.

Just an idea.