To specify the version of Spine when using the Spine Command Line Interface (CLI), you can use the -u
or --update
option followed by the version number you want to use. This allows you to launch a specific version of the Spine editor via the CLI. For example, if you want to use version 4.1, you can run a command like:
Spine --update 4.1.xx --input <Path to your Spine project> --output <Path to the upgraded Spine project> --import
This command will open the specified version of Spine, import your project, and save it in the desired format. Make sure to replace <Path to your Spine project>
and <Path to the upgraded Spine project>
with the actual paths to your files.