Setting up Data Population CLI Tool
Setting up Data Population CLI Tool
To get the files:
- Download the files directly from the Nexus repository.
- Build the files in the local development environment:
- To build the data population client tool, navigate to the
extensions/data-population module and run the
following command:
mvn clean install
- To build data population data , navigate to the
extensions/database module and run the
following command:
mvn clean install
- To build the data population client tool, navigate to the
extensions/data-population module and run the
following command:
- Extract the files from the deployment package that is built by the deployment/ext-deployment-package module.
You can use an environment-specific directory that is defined in the
extension module, such as the
environments/local directory or use an external
configuration directory that is not part of the extension module, for example
production environment. If you use an external configuration directory, ensure
that the directory has the same structure as the
environments/local directory.