Which of the following commands lists the cookbooks available on a Chef server?
Which of the following commands lists the cookbooks available on a Chef server?
To list the cookbooks available on a Chef server, use the command 'knife cookbook list'. This command shows a list of cookbooks currently available on the Chef Infra Server, including only the most recent version by default.
Correst is E. knife cookbook list Use the list argument to view a list of cookbooks that are currently available on the Chef Infra Server. The list will contain only the most recent version for each cookbook by default. https://docs.chef.io/knife_cookbook.html
the correct answer is E https://docs.chef.io/workstation/knife_cookbook/#list
E is the correct