Releases: hardisgroupcom/sfdx-hardis
Releases · hardisgroupcom/sfdx-hardis
sfdx-hardis v2.7.2
- Check user is sure to want to reuse an existing scratch org
- Fix hardis:work:refresh
sfdx-hardis v2.7.1
- Fix auto-fix of .gitignore and .forceignore
- Propose to auto-update .force ignore when there is a pull issue
sfdx-hardis v2.7.0
- Communicate with VsCode SFDX Hardis extension via WebSocket if server is found
- Send user input prompts to VsCode UI if WebSocket server found
- Send refreshStatus notifications when context is updated
- Arrange some messages for better display on UI
sfdx-hardis v2.6.0
- New command hardis:project:clean:references to clean SFDX project from data.com license references
- hardis:scratch:create: Load sfdmu workspace
scripts/data/ScratchInit
if existing in , to initialize scratch org data
sfdx-hardis v2.5.0
- New command hardis:source:push
- New command hardis:source:pull
- Various mini-fixes
- Move deploymentPlan.json within .sfdx-hardis.json
- Retry management for execCommand function. ex:
retry: {retryDelay: 30,retryStringConstraint: 'some string present in output', retryMaxAttempts: 5}
sfdx-hardis v2.4.1
- QuickFix deploy data
sfdx-hardis v2.4.0
- Add sfdmu & sfdx-git-delta in dependencies & Dockerfile
- Import data with sfdmu
- Manage data import steps in
deploymentPlan.json
- New command hardis:org:data:export
- New command hardis:org:data:import
sfdx-hardis v2.3.0
- hardis:work:save: Do not git add manifest files when they have not been updated
- Select type of org to connect: enhance label
- Multi-Select default to 9999 items displayed
- Display tips about deployment failures when they happen
- Create scratch org: When DeferSharingCalc in features, suspend and resume sharing calc during force:source:push
- Allow to define a file
manifest/deploymentPlan.json
to split the deployment into separate package.xml files
Example:
{
"packages": [
{
"label": "SharingRulesAccount",
"packageXmlFile": "splits/packageXmlSharingRulesAccount.xml",
"order": 10,
"waitAfter": 60
},
{
"label": "SharingRulesVisit__c",
"packageXmlFile": "splits/packageXmlSharingRulesAccountVisit__c.xml",
"order": 10
}
]
}
sfdxhardis v2.2.2
Quickfix 2.2.1
sfdx-hardis v2.2.1
- QuickFix 2.2.0
- Use RunLocalTests when deploying ConnectedApp metadata to production org