project_export
Export a Godot project by selecting an export preset and output path, with optional debug build or PCK-only export.
Instructions
Export a Godot project using the specified export preset.
Category: Project
Args: project_path: Path to the Godot project directory preset_name: Name of the export preset (as defined in export_presets.cfg) output_path: Path where the exported file will be saved debug: If True, export a debug build (default: False for release) export_pack: If True, export only a PCK file (default: False for full export)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| preset_name | Yes | ||
| output_path | Yes | ||
| debug | No | ||
| export_pack | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |