sf-profile-diff
v0.1.0-alpha.2
Published
Library for comparing Salesforce profile and permission set metadata
Downloads
239
Maintainers
Readme
Development In Progress - more docs, examples and general explanation maybe on the way (we'll see if it works first)
Interfaces may change
sf-profile-diff
Library for comparing Salesforce profile and permission set metadata
Usage
const profileDiff = new ProfileDiff();
await profileDiff.setBaseProfile([base profile xml]);
await profileDiff.addTargetProfile([target profile xml]);
const actualDiff = await profileDiff.getDiff();