read_cookbook_metadata
Extract and format metadata from Chef cookbook metadata.rb files to analyze cookbook structure and dependencies for migration planning.
Instructions
Parse Chef cookbook metadata.rb file.
Args: path: Path to the metadata.rb file.
Returns: Formatted string with extracted metadata.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |