forcedotcom / SFDX-Data-Move-Utility

SFDMU is a cutting-edge Salesforce data migration tool for seamless org population from other orgs or CSV files. It handles all CRUD operations on multiple related objects in one go.
BSD 3-Clause "New" or "Revised" License
451 stars 76 forks source link

[QUESTION] - salesforce cli version is incorrect #681

Closed unizhu closed 8 months ago

unizhu commented 9 months ago

sf sfdmu:run --sourceusername xxx or sfdx sfdmu:run --sourceusername xxx

  1. [11:53:52.753] Execution of the command sfdmu:run has been started.
  2. === Loading and validating the export.json script ...
  3. === OBJECT SET #1 STARTED
  4. Running Plugin version: 4.32.2
  5. Running Add-On API version: 1.5.0
  6. [11:53:52.756] Loading Core Add-On Module declarations ...
  7. [11:53:52.811] Connecting to the prodorg using SFDX force:org:display ...
  8. › Warning: @salesforce/cli update available from 2.21.8 to 2.24.4.
  9. [11:54:00.64] Successfully connected to the prodorg.
  10. [11:54:05.688] Connecting to the uatorg using SFDX force:org:display ...
  11. › Warning: @salesforce/cli update available from 2.21.8 to 2.24.4.

I installed the latest version for sfcli

sfdx --version @salesforce/cli/2.24.4 darwin-arm64 node-v20.10.0

sf --version @salesforce/cli/2.24.4 darwin-arm64 node-v20.10.0

sf plugins @salesforce/sfdx-scanner 3.20.0 sfdmu 4.32.2 sfdx-essentials 2.12.0 sfdx-git-delta 5.34.0 sfdx-git-packager 0.3.4 sfdx-hardis 4.25.1 texei-sfdx-plugin 2.2.4

Uninstalled JIT Plugins: community 3.0.12 custom-metadata 3.1.2 dev 2.1.4 devops-center 1.2.5 env 3.0.14 functions 1.22.11 signups 2.0.15 @salesforce/sfdx-plugin-lwc-test 1.1.1

hknokh commented 9 months ago

Hello,

Thank you for your message. I will review your issue as soon as possible, but please note that it may take some time to address it thoroughly. You can learn more about our support policy on our website: SFDMU support policy.

Thank you for your understanding and patience.

Best regards.

hknokh2 commented 8 months ago

Hello,

These warnings are not critical for SFDMU operation. Here are the correct CLI commands to run SFDMU:

For the older SFDX-CLI version:

sfdx sfdmu:run ............

For the latest SF-CLI version, you can use either:

sfdx sfdmu:run ............

or

sf sfdmu run ........

As for the CLI warnings, I'm unsure of the cause, as it appears to be an issue specific to your environment.

Regards,

hknokh commented 8 months ago

Hello.

I hope the issue has been resolved for you. I'm closing it for now. Please let me know if you have any further questions.

Regards.