compile-app
Runs HTML5 package compilation.
This command performs the following steps:
-
Runs the npm install command in the application folder.
-
Runs the npm run build command in the package folder.
-
Creates the output in subdirectory dist
.The output is stored as a zip file in the database.
Parameters
Login parameter:
Optional parameter:
-
/conndialog <option>: Specifies whether a login window is displayed for the database connection. The following options are possible:
-
off: The login window is not shown. If the database is not connected, an attempt is made to establish a connection.
-
show: The login window is shown (even is a database is already connected) and the new connection replaces the old one.
-
fallback (default): The current database connection is used. If the database is not connected, an attempt is made to establish a connection.
-
/factory <target system>: Specifies the target system for the connection. Enter this parameter if you want to establish a connection to the application server. Example: QBM.AppServer.Client.ServiceClientFactory, QBM.AppServer.Client
-
/workspace <path to working directory>: Specifies the working directory. This folder contains the application to be compiled. This folder normally contains the package.json file of the application. If you do not enter anything here, the current directory is used.
-
/app <application project name>: Specifies which application project to compile. If you do not specify anything here, all application projects are compiled.
-
-D: Runs debug compilation.
-
-S: Skips running the npm install command in the application folder.
-
-P: Prevents libraries being build in the application folder.
-
/copyto <file path>: Saves the result of the compilation as ZIP files in a folder.
-
/exclude <module name>: Omits packages of a module at compile time (for example, AOB).
Related topics
connect
Establishes a database connection.
If a connection to a database has already been established, this is closed and a new connection is then established.
Parameters
Login parameter:
Optional parameter:
-
/conndialog <option>: Specifies whether a login window is displayed for the database connection. The following options are possible:
-
off: The login window is not shown. If the database is not connected, an attempt is made to establish a connection.
-
show: The login window is shown (even is a database is already connected) and the new connection replaces the old one.
-
fallback (default): The current database connection is used. If the database is not connected, an attempt is made to establish a connection.
-
/factory <target system>: Specifies the target system for the connection. Enter this parameter if you want to establish a connection to the application server. Example: QBM.AppServer.Client.ServiceClientFactory, QBM.AppServer.Client
Related topics
edit-config
Configures a trusted source key for an application.
Parameter
Login parameter:
Required parameters:
Optional parameter:
-
/conndialog <option>: Specifies whether a login window is displayed for the database connection. The following options are possible:
-
off: The login window is not shown. If the database is not connected, an attempt is made to establish a connection.
-
show: The login window is shown (even is a database is already connected) and the new connection replaces the old one.
-
fallback (default): The current database connection is used. If the database is not connected, an attempt is made to establish a connection.
-
-T: Configures a random generated trusted source key for the application.
-
/trustedsourcekey <Trusted Source Key>: Configures the given trusted source key for the application.
Related topics
fetch-files
Loads a specific machine role from the database and saves it in a local folder.
Parameters
Login parameter:
Required parameters:
Optional parameter:
-
/conndialog <option>: Specifies whether a login window is displayed for the database connection. The following options are possible:
-
off: The login window is not shown. If the database is not connected, an attempt is made to establish a connection.
-
show: The login window is shown (even is a database is already connected) and the new connection replaces the old one.
-
fallback (default): The current database connection is used. If the database is not connected, an attempt is made to establish a connection.
-
/factory <target system>: Specifies the target system for the connection. Enter this parameter if you want to establish a connection to the application server. Example: QBM.AppServer.Client.ServiceClientFactory, QBM.AppServer.Client
-
/workspace <working directory path>: Specifies the working directory where the files should be placed. If you do not enter anything here, the current directory is used.
Related topics