Security Overview Command

Last modified: April 16, 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::

Option Value Result
-t, --export-format json or xlsx The format to export to.
-e, --exclude-appstore - When set, excludes Marketplace modules.
-o, --output-file file path The 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 Code Description
0 Success.
200 An internal error occurred.
400 The MPR could not be loaded.