dotenvx run --redact -- codex
Start an interactive Codex session while redacting injected values from its output.
Codex receives the real environment variables, but any matching values it prints are replaced with [REDACTED] throughout the interactive session.
$ echo "SECRET=super-secret-value" > .env
$ dotenvx run --redact --quiet -- codex