dynamics365-comparison
TypeScript icon, indicating that this package has built-in type declarations

0.0.16 • Public • Published

Dynamics 365 Comparison

dynamics365-comparison is a node.js app that makes comparison of Dynamics 365 CRM / CE / CDS plug-in artefacts easier, developed by Yashar Ghouchibeik (y.ghouchibeik@orkestratie.nl). Just run the app with the Source and Destination parameters and a HTML report will appear!

Differences in artefacts or properties are shown in colors:

  • Red indicates where artfacts or properties are different/missing in Destination
  • Green indicates where artfacts or properties are different/missing in Source

Installation

npm install -g dynamics365-comparison

OR (npx)

If you are running npm 5.2.0 or higher, you can try out workinHard without polluting global namespace. Try this with:

npx dynamics365-comparison [-k keyword] [-o outputReportFile] [-s sourceOutputFile] [-d destinationOutputFile] soure_authorityUrl soure_resource soure_clientId soure_clientSecret destination_authorityUrl destination_resource destination_clientId destination_clientSecret

Usage

To run:

dynamics365-comparison [-k keyword] [-o outputReportFile] [-s sourceOutputFile] [-d destinationOutputFile] soure_authorityUrl soure_resource soure_clientId soure_clientSecret destination_authorityUrl destination_resource destination_clientId destination_clientSecret

Known issues

  • The output report might not open automatically in Windows (depending on default browser)

Package Sidebar

Install

npm i dynamics365-comparison

Weekly Downloads

4

Version

0.0.16

License

MIT

Unpacked Size

89.4 kB

Total Files

34

Last publish

Collaborators

  • ghouchibeik