You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/general/mx-command-line-tool/dump-mpr.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,20 @@ These are the `OPTIONS`:
20
20
| Option | Value | Result |
21
21
| --- | --- | --- |
22
22
|`--unit-type`| A single unit type, or a comma-separated list of unit types. | Filters the results on the supplied unit types and limits the JSON export. |
23
+
|`--exclude-system-module`|| Exclude the system module from the JSON export. (Available from Mendix 10.12.0) |
24
+
|`--exclude-protected-modules`|| Exclude protected modules from the JSON export. (Available from Mendix 10.12.0) |
25
+
|`--module-names`| A single module name, or a comma-separated list of module names. | Filters the results on the supplied modules and limits the JSON export. (Available from Mendix 10.16.0) |
0 commit comments