env_env_load
Load environment variables from a .env file into the current process without overwriting existing ones. Returns a summary of loaded, skipped, and error entries.
Instructions
[env] Load key=value pairs from a .env file into the current process environment. Existing variables are not overwritten. Returns {loaded: [...], skipped: [...], errors: [...]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |