◷ 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 DAMExample
fr.exe DAM --clone --folder "WS-01:\Bill Calculator" --destination "D:\CLI clone sample" --url "http://localhost:9004" --user "admin" --password "xxx"