knife search node '*:*' -a recipes
gives me all the nodes and their recipes.
knife node show NODE_ID -a recipes
gives me recipes used by a specific node with NODE_ID
.
I need to fetch the contents of the recipes that these commands fetch. Even a command to view a specific recipe on the chef server would suffice.