Releases: texei/texei-sfdx-plugin
Releases · texei/texei-sfdx-plugin
v1.9.3
- Added a
--statuscategoryflag forsfdx texei:contractstatus:value:addcommand
v1.9.2
- Fixed encoding issue with
sfdx texei:source:layouts:cleanorg - Bump dependencies
v1.9.1
v1.9.0
- Added
--allornoneflag intexei:data:importcommand
!!! 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
- Added
sfdx texei:contractstatus:value:addcommand
v1.7.0
Added 2 new commands:
sfdx texei:sharingcalc:resumesfdx texei:sharingcalc:recalc
These come in addition to the existingsfdx texei:sharingcalc:suspend
Thank you @kylethornton for the Pull Request 👍
v1.6.3
- Bump dependencies versions
v1.6.2
- Added better examples for some commands
v1.6.1
- Bump websocket-extensions from 0.1.3 to 0.1.4
v1.6.0
- Added
sfdx texei:sharedactivities:enablecommand