dotenvx run --redact -- claude

Start an interactive Claude session while redacting injected values from its output.

Claude 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 -- claude