Skip to content

Releases: gbretas/env2json

v1.0.5

28 Aug 19:00

Choose a tag to compare

🚀 env2json v1.0.5

Convert .env files to JSON format for AWS Secrets Manager and other secrets management services.

📥 Downloads

Choose the appropriate binary for your platform:

  • macOS (Apple Silicon): env2json-darwin-arm64
  • macOS (Intel): env2json-darwin-amd64
  • Linux (x64): env2json-linux-amd64
  • Linux (ARM64): env2json-linux-arm64
  • Windows WSL: env2json-windows-amd64.exe

🔧 Installation

# Download and make executable (example for macOS ARM64)
curl -L -o env2json https://github.com/gbretas/env2json/releases/download/v1.0.5/env2json-darwin-arm64
chmod +x env2json
sudo mv env2json /usr/local/bin/

📋 Usage

# Convert .env to JSON (copies to clipboard automatically)
env2json

# Specify different input file
env2json -input .env.production

# Save to file
env2json -output secrets.json

🔍 What's New

  • Ultra-lightweight binaries (~2MB, pure stdlib)
  • Automatic clipboard copying
  • Cross-platform support
  • Clean JSON output

v1.0.4

28 Aug 18:50

Choose a tag to compare

🚀 env2json v1.0.4

Convert .env files to JSON format for AWS Secrets Manager and other secrets management services.

📥 Downloads

Choose the appropriate binary for your platform:

  • macOS (Apple Silicon): env2json-darwin-arm64
  • macOS (Intel): env2json-darwin-amd64
  • Linux (x64): env2json-linux-amd64
  • Linux (ARM64): env2json-linux-arm64
  • Windows WSL: env2json-windows-amd64.exe

🔧 Installation

# Download and make executable (example for macOS ARM64)
curl -L -o env2json https://github.com/gbretas/env2json/releases/download/v1.0.4/env2json-darwin-arm64
chmod +x env2json
sudo mv env2json /usr/local/bin/

📋 Usage

# Convert .env to JSON (copies to clipboard automatically)
env2json

# Specify different input file
env2json -input .env.production

# Save to file
env2json -output secrets.json

🔍 What's New

  • Ultra-lightweight binaries (~2MB, pure stdlib)
  • Automatic clipboard copying
  • Cross-platform support
  • Clean JSON output

v1.0.3

28 Aug 18:46

Choose a tag to compare

🚀 env2json v1.0.3

Convert .env files to JSON format for AWS Secrets Manager and other secrets management services.

📥 Downloads

Choose the appropriate binary for your platform:

  • macOS (Apple Silicon): env2json-darwin-arm64
  • macOS (Intel): env2json-darwin-amd64
  • Linux (x64): env2json-linux-amd64
  • Linux (ARM64): env2json-linux-arm64
  • Windows WSL: env2json-windows-amd64.exe

🔧 Installation

# Download and make executable (example for macOS ARM64)
curl -L -o env2json https://github.com/gbretas/env2json/releases/download/v1.0.3/env2json-darwin-arm64
chmod +x env2json
sudo mv env2json /usr/local/bin/

📋 Usage

# Convert .env to JSON (copies to clipboard automatically)
env2json

# Specify different input file
env2json -input .env.production

# Save to file
env2json -output secrets.json

🔍 What's New

  • Ultra-lightweight binaries (~2MB, pure stdlib)
  • Automatic clipboard copying
  • Cross-platform support
  • Clean JSON output

v1.0.2

28 Aug 18:42

Choose a tag to compare

🚀 env2json v1.0.2

Convert .env files to JSON format for AWS Secrets Manager and other secrets management services.

📥 Downloads

Choose the appropriate binary for your platform:

  • macOS (Apple Silicon): env2json-darwin-arm64
  • macOS (Intel): env2json-darwin-amd64
  • Linux (x64): env2json-linux-amd64
  • Linux (ARM64): env2json-linux-arm64
  • Windows WSL: env2json-windows-amd64.exe

🔧 Installation

# Download and make executable (example for macOS ARM64)
curl -L -o env2json https://github.com/gbretas/env2json/releases/download/v1.0.2/env2json-darwin-arm64
chmod +x env2json
sudo mv env2json /usr/local/bin/

📋 Usage

# Convert .env to JSON (copies to clipboard automatically)
env2json

# Specify different input file
env2json -input .env.production

# Save to file
env2json -output secrets.json

🔍 What's New

  • Ultra-lightweight binaries (~2MB, pure stdlib)
  • Automatic clipboard copying
  • Cross-platform support
  • Clean JSON output

v1.0.1

28 Aug 18:40

Choose a tag to compare

🚀 env2json v1.0.1

Convert .env files to JSON format for AWS Secrets Manager and other secrets management services.

📥 Downloads

Choose the appropriate binary for your platform:

  • macOS (Apple Silicon): env2json-darwin-arm64
  • macOS (Intel): env2json-darwin-amd64
  • Linux (x64): env2json-linux-amd64
  • Linux (ARM64): env2json-linux-arm64
  • Windows WSL: env2json-windows-amd64.exe

🔧 Installation

# Download and make executable (example for macOS ARM64)
curl -L -o env2json https://github.com/gbretas/env2json/releases/download/v1.0.1/env2json-darwin-arm64
chmod +x env2json
sudo mv env2json /usr/local/bin/

📋 Usage

# Convert .env to JSON (copies to clipboard automatically)
env2json

# Specify different input file
env2json -input .env.production

# Save to file
env2json -output secrets.json

🔍 What's New

  • Ultra-lightweight binaries (~2MB, pure stdlib)
  • Automatic clipboard copying
  • Cross-platform support
  • Clean JSON output

v1.0.0

28 Aug 18:34

Choose a tag to compare

🚀 env2json v1.0.0

Convert .env files to JSON format for AWS Secrets Manager and other secrets management services.

📥 Downloads

Choose the appropriate binary for your platform:

  • macOS (Apple Silicon): env2json-darwin-arm64
  • macOS (Intel): env2json-darwin-amd64
  • Linux (x64): env2json-linux-amd64
  • Linux (ARM64): env2json-linux-arm64
  • Windows WSL: env2json-windows-amd64.exe

🔧 Installation

# Download and make executable (example for macOS ARM64)
curl -L -o env2json https://github.com/gbretas/env2json/releases/download/v1.0.0/env2json-darwin-arm64
chmod +x env2json
sudo mv env2json /usr/local/bin/

📋 Usage

# Convert .env to JSON (copies to clipboard automatically)
env2json

# Specify different input file
env2json -input .env.production

# Save to file
env2json -output secrets.json

🔍 What's New

  • Ultra-lightweight binaries (~2MB, pure stdlib)
  • Automatic clipboard copying
  • Cross-platform support
  • Clean JSON output