itkdev_get_template_content
Retrieve a specific file's content from an ITK Dev Docker template. Specify the template and relative path to inspect files like docker-compose.yml.
Instructions
Get the content of a specific file from a template
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Relative file path within the template (e.g., docker-compose.yml) | |
| template | Yes | Template name (e.g., drupal-11) |