0.0.4 • Published 3 years ago

sfdx-plugin-easymerge v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

sfdx-plugin-easymerge

Version Greenkeeper Known Vulnerabilities Downloads/week License

SFDX plugin which reformats metadata for easier merge and conflict handling.

Alpha release!

It orders the plattformActionList by name on the layouts by hooking into sfdx retrieve.

It also allows you to configure nodes(tags) inside your xml-metadata which should not be pretty printed, by allowing them to be collapsed in a single line.

Install

$ sfdx plugin:install sfdx-plugin-easymerge

Configure collapsing

The collapsing can be configured in you sfdx-project.json.

Just add the complete XML-NodePath seperated by '.' the to the plugin configuration e.g.:

  "plugins": {
    "easymerge": {
      "collapseTags": [
        "Layout.layoutSections.layoutColumns.layoutItems",
        "Layout.platformActionList.platformActionListItems"
      ]
    }
  }

Like:

The Result after your next retrieve should contain the configured XML-NodePathes to by collapsed: