simplenv
v0.1.0
Published
Git for your .env files. Sync secrets across devices and teams with end-to-end encryption.
Maintainers
Readme
simplenv
Git for your .env files. Sync secrets across devices and teams with end-to-end encryption.
Features
- 🔒 End-to-End Encryption: Secrets are encrypted locally before leaving your machine.
- 🔄 Bidirectional Sync: Smart
pushandpullwith merge capabilities. - 👥 Team Collaboration: Invite members and manage access with role-based permissions.
- 🔀 Environment Branching: Switch between dev, staging, and prod contexts easily.
- 🖥️ Cross-Platform: Works on macOS, Linux, and Windows.
Installation
# Install globally via npm
npm install -g simplenv
# Or run directly via JSR
jsr run @simplenv/cliQuick Start
- Initialize a project:
cd my-project simplenv init - Push your secrets:
simplenv push - Pull on another machine:
simplenv pull
Documentation
Full documentation is available at github.com/simplenv/simplenv.
