Releases: MikeGarde/dotenv-cli
Releases · MikeGarde/dotenv-cli
1.0.0
Full Changelog: 0.6.1...1.0.0
Install
MacOS (brew)
brew install mikegarde/tap/dotenv-cliNode
npm i -g @mikegarde/dotenv-cliDownload
Download the appropriate archive for your platform, extract it, and place the dotenv binary somewhere in your system PATH.
| OS | Intel | Arm |
|---|---|---|
| macOS | x86_64 | aarch64 |
| Linux glibc | x86_64 | |
| Linux static | x86_64 | |
| Windows | x86_64 |
Linux
For most distributions, the glibc build is correct. Use the musl build for Alpine Linux or fully static environments.
# Download and extract
curl -L https://github.com/MikeGarde/dotenv-cli/releases/download/1.0.0/dotenv-cli-1.0.0-unknown-linux-gnu-x86_64.tar.gz \
| tar -xz
# Make executable
chmod +x dotenv
# Move into PATH
sudo mv dotenv /usr/local/bin/dotenvWindows
Download the appropriate archive, extract dotenv.exe, and place it in a directory already included in your PATH.
0.6.1
Full Changelog: 0.6.0...0.6.1
0.6.0
What's Changed
- add support for DOTENV_FILE environment variable by @MikeGarde in #17
Full Changelog: 0.5.0...0.6.0
0.5.0
0.4.11
What's Changed
- Release matching by @MikeGarde in #13
- adding package lock back by @MikeGarde in #14
- Adding build code to release by @MikeGarde in #15
Full Changelog: 0.4.10...0.4.11
0.4.10
Full Changelog: 0.4.9...0.4.10
0.4.9
Full Changelog: 0.4.8...0.4.9
0.4.8
Full Changelog: 0.5.0...0.4.8