export Command
Export command is used to export all data from DotEM storage to a single JSON file.
Usage:
.em export [flags] <file_path>Examples:
.em export /path/to/file.jsonOptions:
-h, --help: Help for export command.
Output Format:
{
"project1": "value1",
"project2": "value2"
}