v1.4.0
- Added a more powerfull (but more complex) way to export/import data through a configuration file:
sfdx texei:data:export --dataplan ./data/data-plan.json --outputdir ./data --targetusername MyOrg
- Add a command to generate a data-plan from a list of objects:
sfdx texei:data:plan:generate --objects Account,Contact,MyCustomObject__c --outputdir ./data