Is SFDMU compatible with the latest SF CLI?
Question:
Our company uses SF as the standard CLI and we are not allowed to use SFDX as it is no longer supported. Do you have plans to move to the up-to-date SF tool? Do current users have both SF and SFDX installed? I encountered issues when both were installed on my personal machine.
Answer:
SFDMU is fully compatible with the latest SF CLI version. To install SFDMU, you can use the command: sf plugins install sfdmu
. To run SFDMU, use the following command format: sf sfdmu run --sourceusername source@org.org --targetusername target@org.org
.
This means you simply need to replace the sfdx
command structure with sf
followed by the relevant subcommands, allowing seamless integration with your current setup.