-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Description:
Currently, the FHIR Inferno CLI tool outputs the validation report directly to the console. However, for large reports, the output often exceeds the console window buffer, making it difficult to review and analyze the results effectively.
This improvement should enable the CLI tool to generate a validation report as a file (e.g., JSON or text format) while still optionally displaying a summary in the console.
Implement an option (e.g., --output-file ) to save the full validation report to a specified file.
Ensure the output format matches the existing console output (structured JSON or human-readable text).
Display a concise summary in the console, with a reference to the generated file.
Update CLI documentation and help text to include the new option.
Output as XML / JSON