Skip to content

Releases: markibanez/env-sync

v0.1.0 - Initial Release

Pre-release

Choose a tag to compare

@markibanez markibanez released this 24 Nov 14:53
3d8a356

env-sync v0.1.0

Environment file synchronization tool with encryption.

Features

  • 🔍 Scan for .env files recursively
  • 🔐 AES-GCM encryption with Argon2 key derivation
  • 🔄 Smart bidirectional sync with hash comparison
  • 💾 Turso/LibSQL and PostgreSQL support
  • 🔍 Dry-run mode to preview changes
  • 🌍 Cross-platform (Windows, macOS, Linux)

Installation

Download the binary for your platform and make it executable.

Usage

# Scan for .env files
env-sync scan /path/to/projects

# Sync with database
env-sync sync --db "libsql://your-db.turso.io?authToken=xxx" --password "secret"