Refresh a team server project with SDK

0
Hi all, In the modeler there is a button 'Run' which commit all changes and refresh the app on the team server. How can this be achieved using only SDK APi? BTW: client.platform().commitToTeamServer(workingCopy); did not refresh the project only commit the changes to repository, as well as  workingCopy.commit() so how can i then tell to the SDK API to refresh my project so my app automatically display the changes?
asked
1 answers
3

Hi Pavel,

The Mendix SDK Lets you manipulate the model of the application, thus it is not suitable for your requirement.

In order to interact with the cloud portal, for example do a deployment, you can use the Deploy API - https://docs.mendix.com/apidocs-mxsdk/apidocs/deploy-api

-Andrej

answered