Enhance MX diff cli tool - Mendix Forum

Enhance MX diff cli tool

1

We are using the mx diff to perform code review and have change logging for mendix as we are hosting private git repo as part of the regulation. Currently the mx diff command only shows below structure. And I have to manually search for the specific item is using MprTool.

        {
            "type": "Navigation$NavigationDocument",
            "id": "b62986ab-1ec9-5c84-9d33-1f0829ffce9b",
            "change": "Modified",
            "containerId": "d18a074f-6aca-4cf5-85d7-13eeb0ec48e4",
            "containmentName": "ProjectDocuments",
            "changeDetails": [
                {
                    "onlyVisualChanges": false,
                    "change": "Deleted",
                    "changeDescription": "Menu item",
                    "changeDetails": []
                },
                {
                    "onlyVisualChanges": false,
                    "change": "Deleted",
                    "changeDescription": "Menu item",
                    "changeDetails": []
                },
                {
                    "onlyVisualChanges": false,
                    "change": "Deleted",
                    "changeDescription": "Menu item",
                    "changeDetails": []
                }
            ]
        }

However, it would be group if it can show the modules name and document name it will be much better for auditing and save a lot of manual work.

asked
0 answers