sfdx-plugin-easymerge

0.0.4 • Public • Published

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:


Readme

Keywords

Package Sidebar

Install

npm i sfdx-plugin-easymerge

Weekly Downloads

16

Version

0.0.4

License

MIT

Unpacked Size

28.3 kB

Total Files

27

Last publish

Collaborators

  • cmetz