type
property specifies that the target repository of type filesystem should be used to load the external targets configuration. The dir
property specifies the file path to the directory from where to load the configurations. The file path can be absolute or relative to the project's root directory. Finally, the inferDeploymentGroupPathFromDirName
property instructs Takomo to infer the target's deployment group from the name of the directory where the target's configuration file is located. inferDeploymentGroupPathFromDirName
to true, you need to specify the target's deployment group with a deploymentGroupPath
property. All deployment groups referred in the external configuration files must be defined in the deployment configuration file, too.inferDeploymentGroupPathFromDirName
property to instruct Takomo to infer the target's deployment group from the name of the directory where the target's configuration file is located. If you choose to use this option, you need to have a directory structure that mirrors your deployment group hierarchy. As a benefit, you can omit the deploymentGroupPath
property from the target files.inferDeploymentGroupPathFromDirName
property.deploymentGroupPath
property from the target files.inferDeploymentTargetNameFromFileName
property to instruct Takomo to infer targets' names from the names of their configuration files. You can then omit the name
property from the target files. inferDeploymentTargetNameFromFileName
to our example. name
property from configuration files of our targets.