practicaldevops
practicaldevops copied to clipboard
knife cookbook create has been removed. Please use `chef generate cookbook` from the ChefDK
use knife cookhook create phpapp command appear like this error
knife cookbook create has been removed. Please use `chef generate cookbook` from the ChefDK
After Google.i found install chefdk and replace knife cookbook create phpapp with chef generate cookbook phpapp ,which work.
install chefdk :
root@a88eb6eb50d4:/chef-repo# curl -s https://omnitruck.chef.io/install.sh |bash -s -- -P chefdk