redact_env_report
Generate a paste-safe inventory of environment variable keys from a local .env file, with every value redacted for secure sharing in tickets or documentation. Secrets are never echoed.
Instructions
Produce a paste-safe inventory of keys in an env file with all values redacted. Local .env files only. Reports redact values and never echo secrets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| envPath | No | Path to env file (default .env). |