Skip to content

Commit

Permalink
Changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Stian-Schikora committed Mar 3, 2023
1 parent 22320d0 commit b4447ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [2.0.5] -
## Added
- Added support for scratch duration as input on scratch org creation
- Added support for dummy data import using SFDMU

## [2.0.4] - 2023-01-31
### Fixed
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DX-Mate is an extension that provides a set of UI actions to improve SFDX develo

Key features includes:
- Fetch scratch org from a pool
- Import dummy data to your scratch org
- Import dummy data to your scratch org using either sfdx data:tree:import or SFDMU
- Export data from a .soql file
- Create new scratch org
- Assign default permission sets
Expand Down Expand Up @@ -49,6 +49,7 @@ This extension contributes the following settings:
* `dependency.keys`: Installation keys for all known dependencies only available in user settings
* `dummy.user.location`: Set the workspace relative directory for dummy users to create in scratch orgs
* `dummy.data.location`: Set the workspace relative directory for the dummy data
* `dummy.data.sfdmu`: Enable dummy data import using sfdmu plugin
* `unpackagable.location`: Set the workspace relative directory for unpackagable metadata
* `scratch.default.permissionsets`: Set the list of default permission sets to be assigned for the workspace
* `multi.scratch.default.permissionsets`: Set the list of default permission sets per package directory for the workspace
Expand Down

0 comments on commit b4447ac

Please sign in to comment.