Skip to content

Releases: hardisgroupcom/sfdx-hardis

sfdx-hardis v2.14.0

29 Apr 10:42
Compare
Choose a tag to compare
  • Manage manifest/packageDeployOnce.xml : all its items that are already present in target org will not be deployed again

sfdx-hardis v2.13.4

26 Apr 19:10
Compare
Choose a tag to compare
  • 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

22 Apr 19:00
Compare
Choose a tag to compare
  • QuickFix hardis:package:version:promote --auto

sfdx-hardis v2.13.1

22 Apr 18:21
Compare
Choose a tag to compare
  • QuickFix hardis:package:version:promote --auto

sfdx-hardis v2.13.0

21 Apr 21:24
Compare
Choose a tag to compare
  • 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

19 Apr 22:01
Compare
Choose a tag to compare
  • 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

15 Apr 19:45
Compare
Choose a tag to compare
  • Delete scratch org when its initialization has failed during CI
  • Clean obsolete object fields and objectTranslations

sfdx-hardis v2.10.4

15 Apr 09:11
Compare
Choose a tag to compare
  • 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

14 Apr 18:54
Compare
Choose a tag to compare
  • 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

14 Apr 08:41
Compare
Choose a tag to compare
  • hardis:work:refresh : Make sure the user saved his work (commit) before merging another branch in current branch