Skip to content

Commit a923d56

Browse files
committed
Move changes to refguide10
1 parent 433c9db commit a923d56

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

content/en/docs/refguide/general/mx-command-line-tool/_index.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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

8879
The 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.

content/en/docs/refguide10/general/mx-command-line-tool/_index.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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

content/en/docs/refguide/general/mx-command-line-tool/private-values.md renamed to content/en/docs/refguide10/general/mx-command-line-tool/private-values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Private Values Commands"
3-
url: /refguide/mx-command-line-tool/private-values/
3+
url: /refguide10/mx-command-line-tool/private-values/
44
weight: 10
55
description: "Describes the commands related to private values for the mx command-line tool."
66
---

0 commit comments

Comments
 (0)