Releases: hardisgroupcom/sfdx-hardis
Releases · hardisgroupcom/sfdx-hardis
sfdx-hardis v2.8.2
- hardis:work:save : reset ongoing merge if existing
- Fix git reset call
sfdx-hardis v2.8.1
QuickFix
sfdx-hardis v2.8.0
- Define git user.name and user.email if not set
- Define VsCode as git merge/diff tool if none is defined
- Unstash changes (git reset) at the beginning of hardis:work:save
- Deploy destructive changes after real deployment
- hardis:project:clean:references now works also to remove references to content of manifest/destructiveChanges.xml
- hardis:work:save: Clean sfdx project while saving it
- Factorize temp directory creation
sfdx-hardis v2.7.2
- Check user is sure to want to reuse an existing scratch org
- Fix hardis:work:refresh
sfdx-hardis v2.7.1
- Fix auto-fix of .gitignore and .forceignore
- Propose to auto-update .force ignore when there is a pull issue
sfdx-hardis v2.7.0
- 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
- 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
- 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
- QuickFix deploy data
sfdx-hardis v2.4.0
- 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