Releases: hardisgroupcom/sfdx-hardis
Releases · hardisgroupcom/sfdx-hardis
sfdx-hardis v2.14.0
- Manage manifest/packageDeployOnce.xml : all its items that are already present in target org will not be deployed again
sfdx-hardis v2.13.4
- New deploy tips
- Do not update local files when calling configure commands
- hardis:work:save : Fix branch update issue
- Remove CyclomaticComplexity from default rules
sfdx-hardis v2.13.2
- QuickFix hardis:package:version:promote --auto
sfdx-hardis v2.13.1
- QuickFix hardis:package:version:promote --auto
sfdx-hardis v2.13.0
- hardis:work:save
- New parameter --nogit for expert developers who want to manage git operations themselves
- New parameter --noclean for expert developers who want to manage clean operations themselves
- Update default Mega-Linter config
sfdx-hardis v2.12.0
- New variable CI_DEPLOY_QUICK_ACTIONS_DUMMY
- set to "true" in CI variables when there are QuickActions dependent of Flows that are later in publication plan
- then set again to "false" and the deployment will pass :)
- hardis:project:clean:references : now deletes obsolete objects and objectTranslations
- hardis:work:save : More categories in interactive git add
- Improve authentication check performances
- New command hardis:config:get to return all config for project, branch or user
- New deployment errors tips
sfdx-hardis v2.11.0
- Delete scratch org when its initialization has failed during CI
- Clean obsolete object fields and objectTranslations
sfdx-hardis v2.10.4
- Provide password to user when creating new scratch org
- Update CI default config to allow to not delete scratch orgs (define
CI_DELETE_SCRATCH_ORG: "true"
in gitlab-ci-config.yml) - New deploy tips: record type not found, picklist value not found
sfdx-hardis v2.10.3
- Allow advanced user to bypass auth check (set
skipAuthCheck:true
in config/user/***.sfdx-hardis.yml) - Optimize check of
force:config:set restDeploy: false
- hardis:package:version:create : Store package installation password in project config + fixes
sfdx-hardis v2.10.2
- hardis:work:refresh : Make sure the user saved his work (commit) before merging another branch in current branch