Skip to content

CLI tool outputs - Improvement #652

@Sudo-JHare

Description

@Sudo-JHare

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions