Releases: texei/texei-sfdx-plugin
Releases · texei/texei-sfdx-plugin
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
v1.3.2
v1.3.1
- Beta command
sfdx texei:org:shape:extract
to extract org shape from an org
v1.3.0
- Bumped dependencies to latest versions
- Added
customMetadataTypeAccesses
to nodes to remove insfdx 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
- Fixed
--wait
flag that could not be set to0
Thanks @JamieBriersSageCom for the PR.
v1.2.1
- Fixed broken
--wait
flag
v1.2.0
- New
sfdx texei:org:contractfieldhistory:fix
command to fix a bug on Contract Field History Tracking.
v1.1.2
- Added support for the
--securitytype
flag in thetexei:package:dependencies:install
command
v1.1.1
- Added a timeout flag to
texei:skinnyprofile:retrieve
v1.1.0
- Added
texei:profile:clean
command