Releases: markibanez/env-sync
Releases · markibanez/env-sync
Release list
v0.1.0 - Initial Release
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"