env_env_load
Load environment variables from a .env file into your application's process without overwriting existing values. This tool helps manage configuration securely by parsing key-value pairs and reporting results.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No |