Security Overview Command

Last modified: June 1, 2025

Introduction

The command is related to the Security Overview.

mx export-security-overview Command

The mx export-security-overview command can be used to export the data in the Security Overview to either a JSON or xlsx file.

Usage

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

OPTIONS are presented in the table below::

OptionValueResult
-t, --export-formatjson or xlsxThe format to export to.
-e, --exclude-appstore-When set, excludes Marketplace modules.
-o, --output-filefile pathThe path to the output file.

Examples

An example of the command can be the following:

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

Return Codes

Return codes are presented in the table below:

Return CodeDescription
0Success.
200An internal error occurred.
400The MPR could not be loaded.