v0.1.0 - Initial Release
Pre-release
Pre-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"