Skip to content

fix: CLI error messages written to stdout instead of stderr #413

@namanyadav-08

Description

@namanyadav-08

Bug Description

All CLI commands (test, import, import-url, import-dir) print
error messages to stdout instead of stderr. This is incorrect
Unix behavior and breaks CI/CD pipeline scripting where stdout
and stderr are handled separately.

Impact

Scripts and pipelines that redirect stdout (e.g. command > output.txt)
will have error messages mixed into their output unexpectedly.

Fix

Already submitted in PR #410.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions