export_project
Export an O3DE project to a specified directory for distribution, choosing a profile, debug, or release build configuration.
Instructions
Export an O3DE project for distribution.
This is a long-running operation. Timeout is configurable via
the O3DE_EXPORT_TIMEOUT environment variable (default: 3600s).
Args: project_path: Path to the O3DE project to export. output_path: Directory where the exported project will be written. config: Build configuration -- profile, debug, or release (default: profile).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | No | profile | |
| output_path | Yes | ||
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |