Generate Environment Variable Documentation
generate_env_docsDocument every environment variable a project declares or reads, listing required, default, and example values while redacting secret-shaped placeholders.
Instructions
Document every environment variable a project declares (.env.example/.env.sample/.env.template) or reads in source (process.env/os.environ/os.Getenv), each with its required/default/example — secret-shaped values are never echoed, only redacted placeholders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes |