공부하는 Study
chef-DK
뭉탁거림
2015. 9. 4. 13:39
The Chef Development Kit contains everything you need to start using Chef, along with the tools essential to managing the code that runs your business.
- Chef 개발에 있어 필요한 도구들의 집합
- chef workstation에서 패키지 설치 하나로 손 쉽게 개발에 필요한 utils 혹은 managing 도구들이모여있는 development kit
- command-line tool "chef" 추가
- cookbook 의존성 관리 프로그램 Berkshelf
- ChefSpec, Foodcritic, chef zero, 등등 유용한 util 포함 등등
# chef generate cookbook chef-repo/cookbooks/test
chef-dk에서 제공하는 chef 라는 명령어를 통해 cookbook 생성 가능
물론 knife cookbook create test 같은 개념이다.