Releases: hardisgroupcom/sfdx-hardis
Releases · hardisgroupcom/sfdx-hardis
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
sfdx-hardis v2.2.0
- Enhance security by encrypting SSH private key
sfdx-hardis v2.1.7
- More categories for Interactive Git Add (Aura,LWC, Tech Config)
- Auto-update .forceignore
- Fix
hardis:org:test:apex
sfdx-hardis v2.1.6
- Fix org authentication check
sfdx-hardis v2.1.5
- Unlimited list of items displayed during interactive git add
- Uniformize prompts to user
sfdx-hardis v2.1.4
- Deploy with --ignorewarnings
sfdx-hardis v2.1.3
- Fix hardis:retrieve:sources:dx when not in a DX project
- Fix deloyment of Connected App in production
- Display more options by page during interactive git add
- Sort files to git add by group and manage preselection
sfdx-hardis v2.1.2
- Improve package installation
- Allow to install a package not listed in sfdx-hardis
- Allow to configure automatic installation during deployments, or not
- Allow to configure automatic installation during scratch org initialisation, or not
- Reformat strings when no spaces are allowed in a user input