Skip to content

Add JSON output mode via --json flag #4

@kumaakh

Description

@kumaakh

Add a --json flag so all command output can be emitted as machine-readable JSON for scripting and CI pipelines.

Acceptance Criteria

  • --json flag accepted on any subcommand
  • Output is valid JSON (parse without error)
  • Human-readable output remains the default when flag is absent
  • Error messages are also JSON-formatted when --json is active: {"error": "..."}

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