A combination of the compile, package, and publish commands.
Parameters
Modifiers
Remarks
The run
command is intended as a shortcut when deploying solution artifacts
to the Mobilengine Development Cloud for SDK developers in the development stage. It is not
supposed to be used to target a company account in the Mobilengine Production Cloud.
For ease of use, it is recommended to set up your mebt
publishing options as
environment variables on your machine. See the relevant tutorial
for information on how to do this.
Even if the publishing options are set up as environment variables, options supplied in the command-line will override the environment variables.
run
performs the compile
,
package
, and publish
commands
consecutively on the solution artifacts in the source directory.
Apart from performing all the procedures it combines one after the other,
run
also automatically assigns all new form artifacts in the source folder
to all the currently active users of the company account.
Sample
mebt run -s https://rockyjupiter.mobilengine.com -u petar.hoyt@gmail.com -p verySecretPassword -c 102 c:\RockyJupiter soReferenceData.xlsx mobilengine srv 33.3 (Release) v33.3.178.33401 Executing run (compile and deploy to server): Service url: https://rockyjupiter.mobilengine.com User: petar.hoyt@gmail.com adding 'myFirstTable.refem' adding 'mySecondTable.refem' adding 'myWebform.fls.xml' adding 'myMobileForm.form.xml' adding 'myScript.rfs' Create reference table 'myFirstTable' Create reference table 'mySecondTable' Reset integration settings Import form myWebform Import form myMobileForm Import rfs myScript Import reference tables Processing table 'myFirstTable' Processing table 'mySecondTable' Rows added: 8, deleted: 0, modified: 0, empty: 0. Done.