Chef Commands Line Reference | Chef Commands Line Guide | Cheatsheet
To run single recipe using chef-solo > chef-solo -c /opt/chef/repo/config/solo.rb -o my_cookbook::recipe To run the single reciepe in same machine > chef-apply hello.rb To generate the cookbook standard structure > chef generate cookbook learn_chef_httpd > knife cookbook create smartmontools -r md To generate the template file in cookbook > chef generate template learn_chef_httpd index.html To … Read more