Designer 10.15 | webMethods BPM Process Development Help | Building and Uploading Processes | Metadata Deployment in a Docker Environment | Build and Upload Command Line Tool
 
Build and Upload Command Line Tool
The build and upload command line tool delivered with Process Developer supports the inclusion of process model artifacts during build and upload. The process models, configurations, and images (if available) are automatically included by default when building and uploading the BPM package. The command line tooling doesn't have access to the editor canvas.
An additional property is added to the template build configuration file, processConfig.xml. This property allows you to control whether or not the process models are included in the generated BPM package. The new property is defined as follows:
<!-- Include process model, configuration and images in upload -->
<uploadModels>true</uploadModels>
If you have an existing process build configurations and you want to disable the model upload, you need to add this property to your configuration.