v4.37.0
What's Changed
- New command hardis:project:clean:flowpositions to replace positions by 0 on AutoLayout Flows, in order to diminish conflicts
- Can be automated at each hardis:work:save if
flowPositions
added in .sfdx-hardis.yml autoCleanTypes property
- Can be automated at each hardis:work:save if
Example:
autoCleanTypes:
- destructivechanges
- flowPositions
Pull Requests
Full Changelog: v4.36.0...v4.37.0