Running.
How to run the Plugin with minimal parameters
Some basic command examples:
Use following console command to start the export from one Org to another:
$ sfdx sfdmu:run --sourceusername source@name.com --targetusername target@name.com
To import from the CSV files use the format as below:
$ sfdx sfdmu:run --sourceusername csvfile --targetusername target@name.com
To export records into CSV files use the format as below:
$ sfdx sfdmu:run --sourceusername source@name.com --targetusername csvfile
See also: