We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chef generate cookbook
use knife cookhook create phpapp command appear like this error
knife cookhook create phpapp
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.
knife cookbook create phpapp
chef generate cookbook phpapp
install chefdk :
root@a88eb6eb50d4:/chef-repo# curl -s https://omnitruck.chef.io/install.sh |bash -s -- -P chefdk
The text was updated successfully, but these errors were encountered:
No branches or pull requests
use
knife cookhook create phpapp
command appear like this errorAfter Google.i found install chefdk and replace
knife cookbook create phpapp
withchef generate cookbook phpapp
,which work.install chefdk :
The text was updated successfully, but these errors were encountered: