Installs necessary files for the development of TypeScript clients.
Parameters
Login parameter:
-
/conn <database connection>: Specifies the database to connect to.
-
/dialog <dialog authentication>: Specifies the dialog authentication.
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.
-
/workspace <API project path>: Specifies the working directory where the files are to be installed. If you do not enter anything here, the current directory is used.
-
/app <application project name>: Specifies which application to compile. If you do not specify anything here, all application projects are compiled.
-
/branch <Compilation branch ID> Specifies the compilation branch for installing the files.
If you do not use any of the following parameters, all the install steps are carried out. Once you use one of the parameters, only the corresponding install steps are carried out. You can uses multiple parameters.
-
-A: Create a link to the assets folder.
-
-L: Initialize the libraries.
-
-P: Binds Plugins to the web application.