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)

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.163latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.163
0.0.150
0.0.141
0.0.130
0.0.120
0.0.110
0.0.100
0.0.81
0.0.60
0.0.52
0.0.40
0.0.30
0.0.20

Package Sidebar

Install

npm i dynamics365-comparison

Weekly Downloads

7

Version

0.0.16

License

MIT

Unpacked Size

89.4 kB

Total Files

34

Last publish

Collaborators

  • ghouchibeik