我使用刀子独奏使用.chef / knife.rb定义的自定义模板创建一个新文件夹和一个带有默认配方的食谱。我的问题是我使用什么命令刀来创建使用该模板的新配方而不是使用cp?
像knife cookbook addrecipe somerecipe
答案 0 :(得分:6)
一旦你创建了食谱,那么食谱中就会有食谱文件夹。您可以在食谱文件夹中继续编写任意数量的食谱。 AFAIK,knife cookbook
不提供创建新配方的任何选项。检查knife cookbook --help
答案 1 :(得分:4)
你可以使用厨师而不是刀来制作食谱。
chef generate recipe cookbooks/test_cookbook new_recipe
Compiling Cookbooks...Recipe: code_generator::recipe[...]
- create new file cookbooks/test_cookbook new_recipe.rb
- update content in file cookbooks/test_cookbook new_recipe.rb from none to 8602b0 (diff output suppressed by config)
答案 2 :(得分:-2)
刀食谱创建一些食谱-of ./recipe-for(通常是烹饪书)