import-dotenv
1.0.0
Loads .env files from hierarchy into current session
Minimum PowerShell version
5.0
Installation Options
Owners
Package Details
Author(s)
- Nikolay Buslaev
Tags
dotenv environment variables PowerShell .env configuration
Functions
Dependencies
This module has no dependencies.
Release Notes
Version 1.0.0
- Initial release
- Variable substitution support ($VAR and ${VAR})
- Double and single quote handling
- Bash-compatible escape sequence handling (\n kept literal in double quotes)
- Windows environment variables support
- Recursive variable expansion
- Cycle detection for infinite loop prevention
- Multiline value support (quoted strings and backslash continuation)
- $'...' syntax for escape sequence interpretation
FileList
- import-dotenv.nuspec
- LICENSE
- README.md
- README.ru.md
- import-dotenv.psd1
- import-dotenv.psm1
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 1.0.0 (current version) | 5 | 2/26/2026 |