Skip to content

Releases: MikeGarde/dotenv-cli

1.2.1

Choose a tag to compare

@MikeGarde MikeGarde released this 18 Jul 02:53

Install

Homebrew

brew install mikegarde/tap/dotenv-cli

NPM

npm install -g @mikegarde/dotenv-cli

Manual

RHEL x86

curl -fsSL "https://github.com/MikeGarde/dotenv-cli/releases/download/1.2.1/dotenv-cli-1.2.1-unknown-linux-musl-x86_64.gz" | gzip -dc | sudo tee /usr/local/bin/dotenv >/dev/null
sudo chmod 0755 /usr/local/bin/dotenv

RHEL arm

curl -fsSL "https://github.com/MikeGarde/dotenv-cli/releases/download/1.2.1/dotenv-cli-1.2.1-unknown-linux-musl-aarch64.gz" | gzip -dc | sudo tee /usr/local/bin/dotenv >/dev/null
sudo chmod 0755 /usr/local/bin/dotenv

Downloads

OS arm64 x86_64
macOS Download Download
Ubuntu Download Download
RHEL Download Download
Windows Download
  • Ubuntu and compatible distributions like Debian, Mint, etc. that use glibc.
  • RHEL and compatible distributions like Amazon, Rocky, etc. that use musl instead of glibc.
  • Windows x86_64 only; built with the GNU toolchain (mingw-w64).

What's Changed

  • Modernize CI workflows; drop publish scripts by @MikeGarde in #33

Full Changelog: 1.2.0...1.2.1

1.2.0

Choose a tag to compare

@MikeGarde MikeGarde released this 15 Jul 04:25

Install

Homebrew

brew install mikegarde/tap/dotenv-cli

NPM

npm install -g @mikegarde/dotenv-cli

Manual

RHEL x86

curl -fsSL "https://github.com/MikeGarde/dotenv-cli/releases/download/1.2.0/dotenv-cli-1.2.0-unknown-linux-musl-x86_64.gz" | gzip -dc | sudo tee /usr/local/bin/dotenv >/dev/null
sudo chmod 0755 /usr/local/bin/dotenv

RHEL arm

curl -fsSL "https://github.com/MikeGarde/dotenv-cli/releases/download/1.2.0/dotenv-cli-1.2.0-unknown-linux-musl-aarch64.gz" | gzip -dc | sudo tee /usr/local/bin/dotenv >/dev/null
sudo chmod 0755 /usr/local/bin/dotenv

Downloads

OS arm64 x86_64
macOS Download Download
Ubuntu Download Download
RHEL Download Download
Windows Download
  • Ubuntu and compatible distributions like Debian, Mint, etc. that use glibc.
  • RHEL and compatible distributions like Amazon, Rocky, etc. that use musl instead of glibc.
  • Windows x86_64 only; built with the GNU toolchain (mingw-w64).

What's Changed

  • Add --validate flow with per-entry no_expand by @MikeGarde in #32

Full Changelog: 1.1.2...1.2.0

1.1.2

Choose a tag to compare

@MikeGarde MikeGarde released this 13 Jul 03:29

Install

Homebrew

brew install mikegarde/tap/dotenv-cli

NPM

npm install -g @mikegarde/dotenv-cli

Manual

RHEL x86

curl -fsSL "https://github.com/MikeGarde/dotenv-cli/releases/download/1.1.2/dotenv-cli-1.1.2-unknown-linux-musl-x86_64.gz" | gzip -dc | sudo tee /usr/local/bin/dotenv >/dev/null
sudo chmod 0755 /usr/local/bin/dotenv

RHEL arm

curl -fsSL "https://github.com/MikeGarde/dotenv-cli/releases/download/1.1.2/dotenv-cli-1.1.2-unknown-linux-musl-aarch64.gz" | gzip -dc | sudo tee /usr/local/bin/dotenv >/dev/null
sudo chmod 0755 /usr/local/bin/dotenv

Downloads

OS arm64 x86_64
macOS Download Download
Ubuntu Download Download
RHEL Download Download
Windows Download
  • Ubuntu and compatible distributions like Debian, Mint, etc. that use glibc.
  • RHEL and compatible distributions like Amazon, Rocky, etc. that use musl instead of glibc.
  • Windows x86_64 only; built with the GNU toolchain (mingw-w64).

What's Changed

Full Changelog: 1.1.1...1.1.2

1.1.1

Choose a tag to compare

@MikeGarde MikeGarde released this 30 Jun 03:13

Install

Homebrew

brew install mikegarde/tap/dotenv-cli

NPM

npm install -g @mikegarde/dotenv-cli

Manual

RHEL x86

curl -fsSL "https://github.com/MikeGarde/dotenv-cli/releases/download/1.1.1/commitbot-1.1.1-unknown-linux-musl-x86_64.tar.gz" | sudo tar -xz --no-same-owner -C /usr/local/bin dotenv

RHEL arm

curl -fsSL "https://github.com/MikeGarde/dotenv-cli/releases/download/1.1.1/commitbot-1.1.1-unknown-linux-musl-aarch64.tar.gz" | sudo tar -xz --no-same-owner -C /usr/local/bin dotenv

Downloads

OS arm64 x86_64
macOS Download Download
Ubuntu Download Download
RHEL Download Download
Windows Download
  • Ubuntu and compatible distributions like Debian, Mint, etc. that use glibc.
  • RHEL and compatible distributions like Amazon, Rocky, etc. that use musl instead of glibc.
  • Windows x86_64 only; built with the GNU toolchain (mingw-w64).

What's Changed

  • Feat: Allow graceful handling of missing configurations by @MikeGarde in #25

Full Changelog: 1.1.0...1.1.1

1.1.0

Choose a tag to compare

@MikeGarde MikeGarde released this 30 Jun 02:45

Install

Homebrew

brew install mikegarde/tap/dotenv-cli

NPM

npm install -g @mikegarde/dotenv-cli

Manual

RHEL x86

curl -fsSL "https://github.com/MikeGarde/dotenv-cli/releases/download/1.1.0/commitbot-1.1.0-unknown-linux-musl-x86_64.tar.gz" | sudo tar -xz --no-same-owner -C /usr/local/bin dotenv

RHEL arm

curl -fsSL "https://github.com/MikeGarde/dotenv-cli/releases/download/1.1.0/commitbot-1.1.0-unknown-linux-musl-aarch64.tar.gz" | sudo tar -xz --no-same-owner -C /usr/local/bin dotenv

Downloads

OS arm64 x86_64
macOS Download Download
Ubuntu Download Download
RHEL Download Download
Windows Download
  • Ubuntu and compatible distributions like Debian, Mint, etc. that use glibc.
  • RHEL and compatible distributions like Amazon, Rocky, etc. that use musl instead of glibc.
  • Windows x86_64 only; built with the GNU toolchain (mingw-w64).

What's Changed

  • Improve stdin handling for piped inputs using set by @MikeGarde in #24

Full Changelog: 1.0.1...1.1.0

1.0.1

Choose a tag to compare

@MikeGarde MikeGarde released this 29 Jun 21:48

Install

Homebrew

brew install mikegarde/tap/dotenv-cli

npm

npm install -g @mikegarde/dotenv-cli

Install on RHEL

# x86
curl -fsSL "https://github.com/MikeGarde/dotenv-cli/releases/download/1.0.1/commitbot-1.0.1-unknown-linux-musl-x86_64.tar.gz" | sudo tar -xz --no-same-owner -C /usr/local/bin dotenv

# arm
curl -fsSL "https://github.com/MikeGarde/dotenv-cli/releases/download/1.0.1/commitbot-1.0.1-unknown-linux-musl-aarch64.tar.gz" | sudo tar -xz --no-same-owner -C /usr/local/bin dotenv

Downloads

OS arm64 x86_64
macOS Download Download
Ubuntu Download Download
RHEL Download Download
Windows Download
  • Ubuntu and compatible distributions like Debian, Mint, etc. that use glibc.
  • RHEL and compatible distributions like Amazon, Rocky, etc. that use musl instead of glibc.
  • Windows x86_64 only; built with the GNU toolchain (mingw-w64).

What's Changed

  • Improve publish handling and dependency stability by @MikeGarde in #22

Full Changelog: 1.0.0...1.0.1

1.0.0

Choose a tag to compare

@MikeGarde MikeGarde released this 29 Jun 18:53

Install

Homebrew

brew install mikegarde/tap/dotenv-cli

npm

npm install -g @mikegarde/dotenv-cli

Downloads

OS arm64 x86_64
macOS Download Download
Ubuntu* Download Download
RHEL** Download Download
Windows*** Download

* Ubuntu and compatible distributions like Debian, Mint, etc. that use glibc.
** RHEL and compatible distributions like Amazon, Rocky, etc. that use musl instead of glibc.
*** Windows x86_64 only; built with the GNU toolchain (mingw-w64).

What's Changed

  • The desire is to expand the available install base we also gain a 617% speed increase. by @MikeGarde in #18
  • Add automated multi-file release workflow by @MikeGarde in #19
  • Release Pipeline Modernization by @MikeGarde in #20
  • Align process to commitbot by @MikeGarde in #21

Full Changelog: 0.6.1...1.0.0

0.6.1

Choose a tag to compare

@MikeGarde MikeGarde released this 16 Jun 02:40

Full Changelog: 0.6.0...0.6.1

0.6.0

Choose a tag to compare

@MikeGarde MikeGarde released this 15 Jun 20:58

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

Choose a tag to compare

@MikeGarde MikeGarde released this 11 Jun 01:30

What's Changed

Full Changelog: 0.4.11...0.5.0