Created
June 12, 2017 11:18
-
-
Save dineshsprabu/5ccbad969ca3ae153c2699354826dcff to your computer and use it in GitHub Desktop.
[Chef][CookBook] Chef cookbook helper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Creates a local chef cookbook on the current dir. | |
chef generate cookbook nodejs-install . | |
Running a chef script local | |
chef-client --local-mode <receipe-name>.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment