analyze_chef_search_patterns
Extract search patterns from Chef recipes and cookbooks to plan inventory structure for infrastructure migration.
Instructions
Analyze Chef recipes/cookbooks to extract search patterns for inventory planning.
Args: recipe_or_cookbook_path: Path to Chef recipe file or cookbook directory.
Returns: JSON string with discovered search patterns and recommended inventory structure.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipe_or_cookbook_path | Yes |