spine_export
Export a .spine project to a specified output using the Spine CLI and a JSON export settings file.
Instructions
Use this to export a .spine project with the official Spine CLI and an export settings JSON file. Do not use it for texture-only packing, JSON import, editor UI automation, or direct project structure edits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clean | No | When true, add -m to clean animations during export. | |
| outputPath | Yes | Destination file or directory for Spine export output, depending on the export setting. | |
| projectPath | Yes | Path to the source .spine project file that should be exported. | |
| updateVersion | No | Deprecated. Spine 3.8.75 help lists --update only for editor launch, not export commands. | |
| exportSettingsPath | No | Path to a Spine export settings .json file used with -e. Required for Spine 3.8.75 exports. | |
| exportModeOrSettings | No | Deprecated alias for exportSettingsPath. Mode strings like "json" or "json+pack" are not accepted. |