DX-Mate is an extension that provides a set of UI actions to improve SFDX development efficiency
Key features includes:
- Import dummy data to your scratch org
- Create new scratch org
- Assign default permission sets
- Deploy unpackagable metadata
- Push/pull source
- Open scratch org
In addition the create scratch org command automatically chains the following actions:
- Creating scratch org with alias as input
- Installing package dependencies
- Pushing project source to scratch org
- Deploy unpackagable (For i.e. metadata that do not support packaging or should not be included in the package being developed)
- Open scratch org
- Assigning default permission sets
- Importing dummy data
-
sfpowerkit plugin
sfdx plugins:install sfpowerkit
This extension contributes the following settings:
dummy.data.location
: Set the workspace relative directory for the dummy dataunpackagable.location
: Set the workspace relative directory for unpackagable metadatascratch.default.permissionsets
: Set the list of default permission sets to be assigned for the workspace
None yet
Fixed issue with installing multiple dependencies
Initial release of DX-Mate