Skip to content

Add support for --no-color mode in CLI output for compatibility with log capture systems #128

Description

@pugsley76

Description:
Colored output can be problematic in logs or CI systems. Glassbox should support a --no-color mode.

Work to be done:
Add a CLI flag and environment variable to disable ANSI colors globally.

Implementation procedure:

  1. Integrate no-color handling in the logger and CLI output formatting.
  2. Add a --no-color flag to relevant commands.
  3. Add tests for colorless output.
  4. Document the option.

Acceptance criteria:

  • A --no-color mode exists and disables ANSI escape sequences.
  • Tests verify plain text output.
  • Documentation explains the option.

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programbackendbackend work item

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions