The following describes the relevant command line arguments for creating batch deployment applications (--create-deploy-app or -BA):
| Description | Argument long name | Argument short name |
|---|---|---|
| Output directory | --output-dir <path name> | -D or /D |
| ODBC DSN | --meta-dsn <name> | -C or /C |
| ODBC DSN architecture | --meta-dsn-arch <32|64> | -A or /A |
| ODBC user name | --meta-user-name <name> | -U or /U |
| ODBC password | --meta-password <password> | -P or /P |
| RED user name | --red-user-name <name> | -N or /N |
| Application ID number | --app-number <name> | -I or /I |
| Application version number | --app-version <number> | -V or /V |
| Application ID file name (e.g. app_id_xxx.wst) | --app-file-name <path name> | -AF or /AF |
| Remove connections | --remove-connections | -RC or /RC |
| Remove parameters | --remove-parameters | -RP or /RP |
| Remove scheduler jobs | --remove-jobs | -RJ or /RJ |
| Group name | --group-name <name> | -AG or /AG |
| Project name | --project-name <name> | -AP or /AP |
| All objects | --deploy-all | -ALL or /ALL |
Refer to Creating and Loading Applications from the Command Line for details.