Create .MDA file using command line

0
Hi, I wanted to crated mda file of my project using command line. I also wanted to have Versioned out put (last checked in).. not un-versioned.   This creates only unversion deployment..  C:\Mendix\mxbuild-9.6.3.32292\modeler\mxbuild --target=package --java-home="C:\Program Files\Java\jdk-11.0.15.1" --java-exe-path="C:\Program Files\Java\jdk-11.0.15.1\bin\java.exe" "C:\Mendix\Myproject.mpr"
asked
1 answers
0

Issue was answered by Chris, just putting this here to make sure the question is marked as answered:

add --model-version= does the trick

answered