Creation and deployment of package from command line

0
Hi, I couldn’t find any answer to this question : is it possible to create a package and deploy it to acceptance / production from command line? I’d like to create a script for my software factory. Cheers, F
asked
2 answers
0

If you’re comfortable with more dirty hands try mxbuild: https://docs.mendix.com/refguide/mxbuild 

answered
0

Have a look at the Deploy APIs, you should be able to wrap these calls to do what you need.

https://docs.mendix.com/apidocs-mxsdk/apidocs/deploy-api
https://docs.mendix.com/apidocs-mxsdk/apidocs/deploy-api-2

Hope this helps.

answered