Skip to content

Releases: texei/texei-sfdx-plugin

v1.4.0

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

v1.3.2

17 Feb 15:37
Compare
Choose a tag to compare
  • Added edition deduction to texei:org:shape:extract command, thank you @amtrack for the PR.

v1.3.1

12 Feb 14:36
Compare
Choose a tag to compare
  • Beta command sfdx texei:org:shape:extract to extract org shape from an org

v1.3.0

26 Nov 14:35
a29db7d
Compare
Choose a tag to compare
  • Bumped dependencies to latest versions
  • Added customMetadataTypeAccesses to nodes to remove in sfdx texei:skinnyprofile:retrieve command
  • Removed jsforceHelper as sfdx core library has now updated its dependency up to jsforce 1.9.3
  • Fixed a few typos

v1.2.2

26 Nov 13:06
Compare
Choose a tag to compare
  • Fixed --wait flag that could not be set to 0

Thanks @JamieBriersSageCom for the PR.

v1.2.1

26 Nov 13:02
Compare
Choose a tag to compare
  • Fixed broken --wait flag

v1.2.0

28 Oct 13:01
Compare
Choose a tag to compare

v1.1.2

08 Oct 10:02
Compare
Choose a tag to compare
  • Added support for the --securitytype flag in the texei:package:dependencies:installcommand

v1.1.1

04 Oct 12:50
Compare
Choose a tag to compare
  • Added a timeout flag to texei:skinnyprofile:retrieve

v1.1.0

04 Oct 10:23
Compare
Choose a tag to compare
  • Added texei:profile:clean command