Export project
export_projectList export presets or build a Godot project using a preset created in the editor under Project > Export.
Instructions
List export presets, or build one. Presets must first be created in the Godot editor under Project > Export.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| debug | No | Build a debug binary rather than a release one. | |
| action | No | list | |
| output | No | Output file path. Defaults to the preset's own path. | |
| preset | No | Preset name, exactly as shown by action='list'. | |
| project | No | Godot project folder (the one with project.godot). Optional if the server was started with --project. |