1. Home
  2. FlexRule CLI
  3. Introduction
  4. Clone Projects from Asset Management

Clone Projects from Asset Management

Contents

◷ Reading Time: 1 minute

The DAM command will clone any projects from any Workspaces inside Asset Management to your local computer.

fr.exe DAM --clone --path<value> --destination<value> --url<value> --user <value> --password <value>
  • Clone: This is the method used for cloning a project from the DAM
  • path: This is the path to the project folder existing on your Decision Asset Management.
  • destination: The location on your local machine.
  • url: Decision Asset Management URL.
  • user: User account to log in to the Decision Asset Management
  • password: The account password to log in to the Decision Asset Management.

You can also use the help function as a guide.

fr.exe --help DAM

Example

fr.exe DAM --clone --folder "WS-01:\Bill Calculator" --destination "D:\CLI clone sample" --url "http://localhost:9004" --user "admin" --password "xxx"
Updated on March 2, 2026

Was this article helpful?

Related Articles