 generate an initialization file list,
generate an initialization file list, generate a correlator deployment directory,
generate a correlator deployment directory, create a Zip file with the contents of the correlator deployment directory,
create a Zip file with the contents of the correlator deployment directory, generate a correlator deployment package (CDP),
generate a correlator deployment package (CDP), perform the initialization in a running correlator.
perform the initialization in a running correlator.| Action | Description | 
| --outputList file | stdout | Specifies where the initialization file list is to be created. This can be written either to a file or standard output. | 
| -d dir | zipfile or --outputDeployDir dir | zipfile | Specifies the deployment directory into which the project artifacts are to be copied and in which the YAML configuration files and properties files are to be created. You must not specify a subdirectory of the project directory as the deployment directory. Instead of a directory, you can also specify the name of a Zip file that is to be created (for example, OutputDir.zip) and which contains the same contents as the deployment directory. If you specify the name of an existing Zip file, this Zip file will be overwritten. | 
| --outputCDP file | Specifies the file name of the correlator deployment package (CDP) that is to be generated. The CDP is created using the correct injection order, and it contains any EPL files, JMon JAR files, event files and nested CDPs. Note:  You can also create CDPs using Software AG Designer. See 
    Exporting correlator deployment packages. Note that Apama's in-process API for Java (JMon) is deprecated and will be removed in a future release. | 
| --inject host port | Specifies that each EPL file is to be injected into the correlator that is running on the specified host and port. Note: It is not advisable to inject CDP files containing event files with large numbers of events into a persistent correlator. In this case, it is recommended that you create a CDP which only contains event files. A CDP which only contains event files is not persisted. | 
| File name | Contents | 
| initialization.yaml | List of all files that are to be loaded by the correlator at startup. See also 
    Deploying Apama applications with a YAML configuration file. This file is always generated. | 
| initialization.properties | Substitution variables for locations outside the project directory and APAMA_HOME used by initialization.yaml. This file is not generated for projects that use only initialization files from APAMA_HOME and the project directory. | 
| connectivity.yaml | Connectivity configuration. This file is only generated when the input directory is an Apama project and when this project includes connectivity bundles. | 
| arguments.yaml | Configuration entries for the port, log file and log level. This file is only generated when a launch configuration is present. | 
| correlator.properties | Substitution variables for customizing the settings in arguments.yaml, such as the port. Includes extraArgs for any extra command line arguments specified in the launch configuration. These cannot be used by the YAML configuration file for the correlator. Therefore, they must be manually passed on the command line by whatever tool is responsible for staring the correlator. This file contains properties logsDir and dataDir to allow easily changing the location where data (for example, runtime cache directory, pid file) and log files are written without needing to modify the properties for each file path individually. There is also a property startTimeoutSecs, which is not currently used by any Apama tools, but can be used to provide a hint to customer-developed deployment or testing tools about how long to wait for the component to start up. | 
| persistence.yaml | Persistence configuration of the project. This file is only generated when a launch configuration is present. | 
| persistence.properties | Values for the persistence options such as storeLocation, clear and enabled. See also 
    Configuring persistence in a YAML configuration file. | 
| Option | Description | 
| --include pattern[,pattern] | Specifies the files from the project that are to be included in the output/injection. For example: **/foo/Bar*.evt,**.mon | 
| --exclude pattern[,pattern] | Specifies the files from the project that are to be excluded from the output/injection. For example: **/foo/Bar*.evt Note: Log files are always excluded. | 
 A project directory. This is the directory which contains the .project file and, if defined, the .dependencies file.
A project directory. This is the directory which contains the .project file and, if defined, the .dependencies file. A deployment (.deploy) file. This file is automatically generated by Software AG Designer for each launch configuration that has been defined for a given project. It is located under project_dir/config/launch. See also 
    Defining custom launch configurations.
A deployment (.deploy) file. This file is automatically generated by Software AG Designer for each launch configuration that has been defined for a given project. It is located under project_dir/config/launch. See also 
    Defining custom launch configurations. Zero or more .properties files which contain substitution variables that have been defined in the specified project. The properties files are used when you specify a project directory or deployment file. You can specify these paths in any order.
Zero or more .properties files which contain substitution variables that have been defined in the specified project. The properties files are used when you specify a project directory or deployment file. You can specify these paths in any order. A text (.txt) file. This is the initialization file list which lists the project artifacts to be included.
A text (.txt) file. This is the initialization file list which lists the project artifacts to be included. One or more correlator deployment packages (.cdp files) to be injected into the correlator.
One or more correlator deployment packages (.cdp files) to be injected into the correlator. Create an initialization list by pointing to a project directory containing the EPL files:
Create an initialization list by pointing to a project directory containing the EPL files: Create a correlator deployment directory by pointing to a deployment file within the project, and using the substitution variables that have been defined in a properties file that is also available in the project:
Create a correlator deployment directory by pointing to a deployment file within the project, and using the substitution variables that have been defined in a properties file that is also available in the project: Create a correlator deployment package by pointing to a deployment file within the project:
Create a correlator deployment package by pointing to a deployment file within the project: Perform the initialization into a running correlator by pointing to a deployment file within the project and excluding specific files from the injection:
Perform the initialization into a running correlator by pointing to a deployment file within the project and excluding specific files from the injection: