get_project_yaml
Access FlutterFlow project YAML files from local cache. Provide a fileName to read a specific file, or omit to list all available cached file keys.
Instructions
Read YAML files from the local project cache. Requires sync_project to be run first. Returns one file if fileName is specified, or lists all cached file keys if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileName | No | Specific YAML file name to read (e.g. 'app-details', 'page/id-xxx'). Omit to list all cached file keys. | |
| projectId | Yes | The FlutterFlow project ID |