|
1 | 1 | ---
|
2 |
| -title: "Security Overview Commands" |
| 2 | +title: "Security Overview Command" |
3 | 3 | url: /refguide/mx-command-line-tool/security/
|
4 | 4 | weight: 50
|
5 | 5 | description: "Describes the commands related to the Security Overview"
|
6 | 6 | ---
|
7 | 7 |
|
8 | 8 | ## Introduction
|
9 | 9 |
|
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/). |
11 | 11 |
|
12 | 12 | ## mx export-security-overview Command {#export-security-overview}
|
13 | 13 |
|
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. |
15 | 15 |
|
16 | 16 | ### Usage
|
17 | 17 |
|
18 | 18 | Use the following command pattern: `mx export-security-overview [OPTIONS] [MPR-FILE]`
|
19 | 19 |
|
20 |
| -These are the `OPTIONS`: |
| 20 | + `OPTIONS` are presented in the table below:: |
21 | 21 |
|
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. | |
27 | 27 |
|
28 | 28 | ### Examples
|
29 | 29 |
|
30 |
| -This is an example: |
| 30 | +An example of the command can be the following: |
31 | 31 |
|
32 | 32 | `mx export-security-overview -t json -e -o C:\MyApp\export.json C:\MyApp\MyApp.mpr`
|
33 | 33 |
|
34 | 34 | ### Return Codes
|
35 | 35 |
|
36 |
| -These are the return codes: |
| 36 | +Return codes are presented in the table below: |
37 | 37 |
|
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