Skip to content

Add color coding for CLI status output #4

@TheZero0-ctrl

Description

@TheZero0-ctrl

Problem

goforge currently prints CLI results as plain text status/message lines, which makes longer runs harder to scan quickly.
The output already uses a consistent status vocabulary:

  • INFO
  • PLAN
  • CREATE
  • UPDATE
  • SKIP
  • RUN
  • DONE
  • ERROR
    These are emitted from the app layer and rendered in the CLI layer, so they are good candidates for lightweight color coding.

Proposal

Add color-coded rendering for CLI status output so each status is easier to distinguish at a glance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions