使用刀在食谱中创建新食谱

时间:2013-10-03 00:33:11

标签: chef knife

我使用刀子独奏使用.chef / knife.rb定义的自定义模板创建一个新文件夹和一个带有默认配方的食谱。我的问题是我使用什么命令刀来创建使用该模板的新配方而不是使用cp?

knife cookbook addrecipe somerecipe

这样的东西

3 个答案:

答案 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(通常是烹饪书)