Skip to content

Releases: hardisgroupcom/sfdx-hardis

sfdx-hardis v2.7.2

30 Mar 18:20
Compare
Choose a tag to compare
  • Check user is sure to want to reuse an existing scratch org
  • Fix hardis:work:refresh

sfdx-hardis v2.7.1

29 Mar 22:14
Compare
Choose a tag to compare
  • Fix auto-fix of .gitignore and .forceignore
  • Propose to auto-update .force ignore when there is a pull issue

sfdx-hardis v2.7.0

29 Mar 15:18
Compare
Choose a tag to compare
  • 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

28 Mar 20:37
Compare
Choose a tag to compare
  • 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

28 Mar 13:21
Compare
Choose a tag to compare
  • 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

27 Mar 14:10
Compare
Choose a tag to compare
  • QuickFix deploy data

sfdx-hardis v2.4.0

27 Mar 13:28
Compare
Choose a tag to compare
  • 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

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