File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
refguide10/general/mx-command-line-tool
refguide/general/mx-command-line-tool Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -74,15 +74,6 @@ These are the available [merging and diffing commands](/refguide/mx-command-line
7474| [ diff] ( /refguide/mx-command-line-tool/merge/#diff ) | Shows the diff of the * .mpr* files. |
7575| [ dump-mpr] ( /refguide/mx-command-line-tool/dump-mpr/ ) | Create a JSON description of the model of a Mendix app. |
7676
77- ### Private Values Commands
78-
79- These are the available [ private values commands] ( /refguide/mx-command-line-tool/private-values/ ) :
80-
81- | Command | Description |
82- | --- | --- |
83- | [ show-private-values] ( /refguide/mx-command-line-tool/private-values/#show-private-values ) | Shows private values. |
84- | [ delete-private-values] ( /refguide/mx-command-line-tool/private-values/#delete-private-values ) | Deletes private values. |
85-
8677## Undocumented Options
8778
8879The mx tool contains options that are not described in this document. These options are for internal Mendix usage and are not officially supported. This might change in the future, but these options are used at your own risk.
Original file line number Diff line number Diff line change @@ -70,7 +70,16 @@ These are the available [merging and diffing commands](/refguide/mx-command-line
7070| [ merge] ( /refguide/mx-command-line-tool/merge/#merge ) | Merges the * .mpr* files. |
7171| [ git-merge] ( /refguide/mx-command-line-tool/merge/#git-merge ) | Merges the * .mpr* files as a custom git merge driver. |
7272| [ diff] ( /refguide/mx-command-line-tool/merge/#diff ) | Shows the diff of the * .mpr* files. |
73- | [ dump-mpr] ( /refguide/mx-command-line-tool/dump-mpr/ ) | Create a JSON description of the model of a Mendix App |
73+ | [ dump-mpr] ( /refguide/mx-command-line-tool/dump-mpr/ ) | Create a JSON description of the model of a Mendix app. |
74+
75+ ### Private Values Commands
76+
77+ These are the available [ private values commands] ( /refguide/mx-command-line-tool/private-values/ ) :
78+
79+ | Command | Description |
80+ | --- | --- |
81+ | [ show-private-values] ( /refguide/mx-command-line-tool/private-values/#show-private-values ) | Shows private values. |
82+ | [ delete-private-values] ( /refguide/mx-command-line-tool/private-values/#delete-private-values ) | Deletes private values. |
7483
7584## Undocumented Options
7685
Original file line number Diff line number Diff line change 11---
22title : " Private Values Commands"
3- url : /refguide /mx-command-line-tool/private-values/
3+ url : /refguide10 /mx-command-line-tool/private-values/
44weight : 10
55description : " Describes the commands related to private values for the mx command-line tool."
66---
You can’t perform that action at this time.
0 commit comments