Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Releases: mikesimps/sfdx-collate

Fix Connection for API compare

01 Oct 19:56

Choose a tag to compare

Fixes an error where plugin cannot connect to orgs based on cli alias.

Security and Dependency Updates

06 Jul 16:04
ce140ef

Choose a tag to compare

Upgraded dependencies to utilize the latest salesforce cli commands.

Security Fixes

18 Nov 12:20

Choose a tag to compare

Upgrade salesforce package for security reasons

Consistent Packagxml

18 Nov 11:53

Choose a tag to compare

Now sorts xml entities when building the xml file. This creates a consistent file if nothing has changed

Removed fetch:org command as that functionality is now available (pilot) in Winter 19'

Bug Fix - Quickfilters

11 Oct 17:05

Choose a tag to compare

The app was completely ignoring quickfilters due to a typo. This has been resolved

Fetch package.xml or Org Metadata

22 Sep 15:29

Choose a tag to compare

  • Added two fetch commands

    • packagexml - outputs a package.xml file from a specified org (can exclude managed packages as well)
    • org - generates a packagexml and then pulls all corresponding metadata (can convert to sfdx format)
  • Objectified the configs for easier use across commands (CollateConfig)

SharingRules Support and Bug Fixes

22 Sep 15:24

Choose a tag to compare

  • Now supports SharingRules
  • Refactored comparison logic to be truly recursive and handle arrays at complex depths

Realtime Metadata Comparison and Profile Support

28 Aug 14:07

Choose a tag to compare

  • Added support for Profiles
  • Added "mode" parameter to filter the results based on different criteria
  • Added collate:compare:api to allow realtime comparison from related or completely different orgs
  • Added PermissionSet example xml files that leverage all tags
  • Refactored comparison logic to remove left/right notation
  • Updated documentation to include more verbose examples
  • Security updates

Initial Release

28 Aug 13:53

Choose a tag to compare

  • Compare PermissionSet metadata files and output comparison csv
  • Build an PermissionSet xml file from the results of the csv comparison
  • Basic README documentation