Skip to content

[BUG]: Terminal Colors Don't work #574

@bestickley

Description

@bestickley

varlock version

0.7.2

Steps to reproduce

varlock run -- ... and see that colors don't work

What is expected?

colors work

What is actually happening?

colors don't work

System Info

N/A

Any additional comments?

I see here.

// When --no-redact-stdout is set, use stdio: 'inherit' to preserve TTY detection
  // Otherwise, pipe stdout/stderr through redaction
  if (noRedactStdout) {
    commandProcess = exec(rawCommand, commandArgsOnly, {
      stdio: 'inherit',
      env: fullInjectedEnv,
    });
  } else {

but can I have both redaction and colors? 🍰

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions