Skip to content

Commit 60b5eff

Browse files
Review
1 parent 36cf40b commit 60b5eff

File tree

2 files changed

+18
-22
lines changed

2 files changed

+18
-22
lines changed

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

+2-6
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,9 @@ 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-
### Security Overview Commands
77+
### Security Overview Command
7878

79-
These are the available [security overview commands](/refguide/mx-command-line-tool/security/):
80-
81-
| Command | Description |
82-
| --- | --- |
83-
| [export-security-overview](/refguide/mx-command-line-tool/security/#export-security-overview) | Exports the [Security Overview](/refguide/security-overview/) |
79+
The available `export-security-overview` exports the [Security Overview](/refguide/security-overview/). For more information, see [Security Overview Command](/refguide/mx-command-line-tool/security/#export-security-overview).
8480

8581
## Undocumented Options
8682

Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
---
2-
title: "Security Overview Commands"
2+
title: "Security Overview Command"
33
url: /refguide/mx-command-line-tool/security/
44
weight: 50
55
description: "Describes the commands related to the Security Overview"
66
---
77

88
## Introduction
99

10-
The commands in this group are related to the [Security Overview](/refguide/security-overview/).
10+
The command is related to the [Security Overview](/refguide/security-overview/).
1111

1212
## mx export-security-overview Command {#export-security-overview}
1313

14-
This command can be used to export the data in the Security Overview to either a JSON or xlsx file.
14+
The `mx export-security-overview` command can be used to export the data in the Security Overview to either a *JSON* or *xlsx* file.
1515

1616
### Usage
1717

1818
Use the following command pattern: `mx export-security-overview [OPTIONS] [MPR-FILE]`
1919

20-
These are the `OPTIONS`:
20+
`OPTIONS` are presented in the table below::
2121

22-
| Option | Value | Result
23-
|---------------------------|-------------------|----------
24-
| `-t, --export-format` | `json` or `xlsx` | The format to export to
25-
| `-e, --exclude-appstore` | *-* | When set, exclude marketplace modules
26-
| `-o, --output-file` | file path | The path to the output file
22+
| Option | Value | Result |
23+
|---------------------------|-------------------|----------|
24+
| `-t, --export-format` | `json` or `xlsx` | The format to export to. |
25+
| `-e, --exclude-appstore` | *-* | When set, excludes Marketplace modules. |
26+
| `-o, --output-file` | file path | The path to the output file. |
2727

2828
### Examples
2929

30-
This is an example:
30+
An example of the command can be the following:
3131

3232
`mx export-security-overview -t json -e -o C:\MyApp\export.json C:\MyApp\MyApp.mpr`
3333

3434
### Return Codes
3535

36-
These are the return codes:
36+
Return codes are presented in the table below:
3737

38-
| Return Code | Description |
39-
| --------------| ----------------------------- |
40-
| 0 | Success |
41-
| 200 | An internal error occurred |
42-
| 400 | The MPR could not be loaded |
38+
| Return Code | Description |
39+
| ----------- | ---------------------------- |
40+
| 0 | Success. |
41+
| 200 | An internal error occurred. |
42+
| 400 | The MPR could not be loaded. |

0 commit comments

Comments
 (0)