Skip to content

KevinGossentCap/sfdc-merge-driver

 
 

Repository files navigation

sfdc-merge-driver

Merge salesforce metadata with ease

Version CircleCI Codecov Downloads/week License

Usage

Add Driver to .gitconfig

Add the following lines to your ~/.gitconfig file

[merge "sfdcm"]
	name = Merge Driver for Salesforce Metadata
	driver = sfdcm %O %A %B %P

Add merge driver for SFDC metadata types in git attributes

Add the following to your gitattributes file. This can be your <project-root>/.gitattributes or <project-root>/.git/info/attributes files

*.object merge=sfdcm
*.profile merge=sfdcm
*.assignmentRules merge=sfdcm
*.sharingRules merge=sfdcm
*.permissionset merge=sfdcm
*.workflow merge=sfdcm
*.objectTranslations merge=sfdcm
*.translations merge=sfdcm
*.labels merge=sfdcm
*.standardValueSet merge=sfdcm
*.globalValueSet merge=sfdcm

Commands

Test your tool is installed sfdcm --version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 88.0%
  • JavaScript 11.2%
  • Other 0.8%