How to get cookbook name?

Hi!
Can you, please how to get cookbook name from in recipe?

You can use knife recipe list 'recipe' to retrieve all cookbooks with this name. Here is the documentation.
If you want to use cookbook name in a recipe during development, you should check this out.

1 Like