MacOS% arch -x86_64 ./arelleCmdLine --package DORA/EBA_XBRL_4.0_Severity_4.0.0.0.zip --package DORA/EBA_XBRL_4.0_Reporting_Frameworks_4.0.0.0 --package DORA/EBA_XBRL_4.0_Dictionary_4.0.0.0.zip --file DORA/MyRegister.zip -v
This throws the error:
[xbrlce:unresolvableBaseMetadataFile] Extending document file not found: http://www.eba.europa.eu/eu/fr/xbrl/crr/fws/dora/4.0/mod/dora.json, referenced from /DORA/MyRegister/reports/report.json - report.json
The file /reports/report.json is a required file in a DORA package, and I've verified its contents match the sample file. The GUI has zero complaints about this same package (which includes the same JSON file), but the CLI bombs out.
My suspicion here is the difference is that the GUI gives me the option to load the taxonomy files locally vs. from the web, and so the file we're "extending" with report.json is local, where the CLI appears to be trying to find the internet version of the package.
Is there a way for me to sepecify the equivalent of "load packages locally" from the CLI? Or am I on the wrong track here? I have tried with the -"-internetConnectivity offline" flag but get the same error.
Mike