1.0.0 • Published 5 years ago

sfdcm v1.0.0

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

sfdc-mergetool

Merge salesforce metadata with ease

Version CircleCI Appveyor CI 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