sfdx-migration-automatic is an SFDX plugin for Salesforce data migration, enabling dump/load of record data to/from CSV files between orgs. Current version 4.2.3, released under Apache-2.0 license. It provides three commands: `automig:dump` (export records to CSV), `automig:load` (import records from CSV), and `automig:package` (create package for managed migration). Works with Salesforce DX plugin-based architecture, using the `sfdx` CLI. Key differentiators: focus on CSV-based data migration with id mapping and configurable scope. Maintained by stomita, compatible with Node >=8.0.0.
npm install sfdx-migration-automaticNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install the plugin and run dump/load commands to migrate Salesforce data via CSV.
Run sfdx plugins:install sfdx-migration-automatic.
Use sfdx automig:dump/load from terminal or CI scripts.
Check if plugin works with 'sf' commands or use the new Salesforce CLI plugin system.
Use Node >= 10.0.0 for optimal compatibility.
Use the --idmap option to generate and reuse ID maps.
Set --apiversion to match source and target orgs.
Run sfdx plugins:install sfdx-migration-automatic to install plugin and its dependencies.
Set a default org: sfdx config:set defaultusername=myOrg@example.com or use -u flag.
Run sfdx plugins:install sfdx-migration-automatic and check available commands with sfdx help automig.
Check internet connection and firewall settings; ensure DNS resolves login.salesforce.com.