.env File Parser
Parses .env file contents into a table with masked secret values, duplicate-key detection, and converts to JSON or shell export statements.
| Key | Value |
|---|---|
| DATABASE_URL | po************db |
| API_KEY | sk************56 |
| DEBUG | **** |
| NODE_ENV | pr******on |