Skip to content

Releases: hardisgroupcom/sfdx-hardis

sfdx-hardis v2.3.0

26 Mar 09:41
Compare
Choose a tag to compare
  • 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

23 Mar 10:52
Compare
Choose a tag to compare

Quickfix 2.2.1

sfdx-hardis v2.2.1

23 Mar 10:49
Compare
Choose a tag to compare
  • QuickFix 2.2.0
  • Use RunLocalTests when deploying ConnectedApp metadata to production org

sfdx-hardis v2.2.0

23 Mar 09:24
Compare
Choose a tag to compare
  • Enhance security by encrypting SSH private key

sfdx-hardis v2.1.7

22 Mar 23:43
Compare
Choose a tag to compare
  • More categories for Interactive Git Add (Aura,LWC, Tech Config)
  • Auto-update .forceignore
  • Fix hardis:org:test:apex

sfdx-hardis v2.1.6

21 Mar 22:14
Compare
Choose a tag to compare
  • Fix org authentication check

sfdx-hardis v2.1.5

19 Mar 07:09
Compare
Choose a tag to compare
  • Unlimited list of items displayed during interactive git add
  • Uniformize prompts to user

sfdx-hardis v2.1.4

17 Mar 23:16
Compare
Choose a tag to compare
  • Deploy with --ignorewarnings

sfdx-hardis v2.1.3

16 Mar 23:24
Compare
Choose a tag to compare
  • 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

14 Mar 01:30
Compare
Choose a tag to compare
  • 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