Export Using Stored Model
Export a model from the in-memory store without reloading from file.
This example demonstrates using the --input-key option to export a model that is already loaded in the in-memory store.
Run the export command with the input-key option:
MauroImportExport.Cli export dita --input-key vocab1 documentation --overwrite
The command exports the model stored with key vocab1 to DITA format in the documentation directory, overwriting any existing content.