I'm wondering if we really need a new command. Would we ever do that outside of using build? Also, it's not clear why gen and build are different -- doesn't build generate new recipes for an existing cookbook?
fastfood commands:
operations...
{gen,list,show,new,build}
...
gen Create a new recipe for an existing cookbook.
list List available stencils
show Show stencil set information
new Create a cookbook.
build Create or update a cookbook using a config
I think we should remove both gen and new, and have one -- just build.
I'm wondering if we really need a
new
command. Would we ever do that outside of usingbuild
? Also, it's not clear whygen
andbuild
are different -- doesn't build generate new recipes for an existing cookbook?I think we should remove both
gen
andnew
, and have one -- justbuild
.