Deployer 10.7 | Using Deployer Commands | Build Commands | Importing a Build File into a Project
 
Importing a Build File into a Project
Before you can import a build, you must copy the exported project_build file to the Integration Server_directory \instances\instance_name\packages\WmDeployer\replicate\inbound directory on the machine that hosts the target Deployer.
Run the following command to import a build file into a project.
Note:
You must have Build ACL authorization to run this command.
Deployer.{sh|bat} --import -buildFile build_file-project project
-overwrite -host host -port port -user user_name -pwd password    
Parameter
Description
-buildFile build_file
Full path to the build file that contains the deployment map to import. Build files are named project_build and are located in the Integration Server_directory \instances\instance_name\ packages\WmDeployer\replicate\inbound directory.
-project project
Project into which to import the build.
-overwrite
If the project already contains a build with the same name, this options tells Deployer to overwrite it. If you do not overwrite, and a build with the same name exists, Deployer issues an error and ends the command.