amtrack / force-dev-tool

[DEPRECATED] Command line tool supporting the Force.com development lifecycle
MIT License
108 stars 37 forks source link

Changes to Salesforce profiles are not detected using git diff as input into force-dev-tool #83

Closed marty-mcfry closed 7 years ago

marty-mcfry commented 7 years ago

Using the command "git diff master | force-dev-tool changeset create build" does not create a correct manifest based on the changes to salesforce profile metadata files. Although the git diff command shows the changes, the files are not added to the manifest and directory. The exception to this is that when field security changes are made, these do make it into the manifest and src files.

However, object security and layout assignments do not seem to register as changes that need to go into the manifest and src files.

marty-mcfry commented 7 years ago

Upgraded to 0.13.0 from 0.12.0 and the issue seems to be corrected.