Skip to content

v0.1.0 - Initial Release

Pre-release
Pre-release

Choose a tag to compare

@markibanez markibanez released this 24 Nov 14:53
· 5 commits to main since this release
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"