Export with Parameters

Use exporter parameters to customise output generation.

This example demonstrates using the --param option to customise exporter behaviour with multiple parameters.

Run the export command with multiple parameters:
MauroImportExport.Cli export dita model.json output \
    --param dita.generateMaps=true \
    --param dita.topicsDir=topics \
    --overwrite

The command exports the model to DITA format with custom parameters controlling map generation and topic directory organisation, overwriting any existing output.