chef-boneyard / stove

DEPRECATED: A utility for packaging and releasing Chef cookbooks
Apache License 2.0
168 stars 41 forks source link

[FEATURE REQUEST] yank a particular version of a cookbook #109

Closed ghost closed 5 years ago

ghost commented 7 years ago

It looks like there is an undocumented feature of stove which is to remove a cookbook from the supermarket. However unbeknownst to me, it appears to completely remove the cookbook. It would be a nice feature to be able to just remove a particular version of a cookbook in case it was improperly published.

cheeseplus commented 7 years ago

Use https://docs.chef.io/knife_cookbook_site.html#unshare

The reason it's undocumented is so that you don't use it and if you do use it then you should read the code. Yanking an entire cookbook or even has version has potentially serious ramifications for anyone downstream so it's s generally discouraged thing to do anyway.

ghost commented 7 years ago

@cheeseplus should it just be pulled out then?

tas50 commented 7 years ago

It's probably something we should remove