Skip to content

Releases: texei/texei-sfdx-plugin

v1.9.3

18 Jan 09:58
5234a0f

Choose a tag to compare

  • Added a --statuscategory flag for sfdx texei:contractstatus:value:add command

v1.9.2

13 Jan 17:49

Choose a tag to compare

  • Fixed encoding issue with sfdx texei:source:layouts:cleanorg
  • Bump dependencies

v1.9.1

02 Nov 08:24

Choose a tag to compare

  • Removed DevHub as mandatory for sfdx texei:skinnyprofile:retrieve command #46

v1.9.0

06 Oct 14:55
5937f46

Choose a tag to compare

  • Added --allornone flag in texei:data:import command

!!! This is a breaking change as before this release allOrNone was always used as true, and you'll now have to add the flag to the command to keep the same behavior !!!

So before v1.9.0, sfdx texei:data:import -d ./myData would run with allOrNone, with no way to change it.
Starting v1.9.0, the same command will run with allOrNone set to false.
To have the same behavior as before, run sfdx texei:data:import -d ./myData --allornone.

This makes the command more consistent with Salesforce APIs where allOrNone always default to false.

Obviously if your files were clean and no record was failing at import, nothing will change for you.

v1.8.0

30 Sep 14:00
cc8f7ea

Choose a tag to compare

  • Added sfdx texei:contractstatus:value:add command

v1.7.0

17 Sep 15:27
da289f0

Choose a tag to compare

Added 2 new commands:

  • sfdx texei:sharingcalc:resume
  • sfdx texei:sharingcalc:recalc
    These come in addition to the existing sfdx texei:sharingcalc:suspend

Thank you @kylethornton for the Pull Request 👍

v1.6.3

09 Sep 15:44

Choose a tag to compare

  • Bump dependencies versions

v1.6.2

10 Jul 16:01

Choose a tag to compare

  • Added better examples for some commands

v1.6.1

08 Jun 14:14
2dab0e2

Choose a tag to compare

  • Bump websocket-extensions from 0.1.3 to 0.1.4

v1.6.0

03 Apr 17:09

Choose a tag to compare

  • Added sfdx texei:sharedactivities:enable command