Open
Description
User Story
As a User, I want to search node with cookbook name and version.
Description
As per the docs knife_search seems "Search by cookbook" is missing in order to search the nodes with cookbook name & version.
Chef Version
NA
Definition of Done
Update the knife search docs in order to get the nodes that are being affected with cookbooks.
Demo Script / Repro Steps
In order to search the nodes with cookbook name & version following way we can do
- search with cookbook name only
knife search node 'cookbooks:COOKBOOK_NAME'
- search with cookbook name and version
knife search node 'cookbooks_COOKBOOK_NAME_version:VERSION'