Skip to content

v1.4.0

Compare
Choose a tag to compare
@FabienTaillon FabienTaillon released this 02 Mar 18:00
2f26d54
  • 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