@envsafes-org/cli
v0.2.19
Published
EnvSafe CLI (Rust) - Blazing fast environment variable manager with hot reload
Maintainers
Readme
🔐 EnvSafe CLI (Rust)
Blazing fast, secure environment variable manager with real-time hot reload
Features • Installation • Quick Start • Wiki Documentation
📖 Documentation
Full documentation is available in our GitHub Wiki:
✨ Features
- 🔄 Real-time hot reload via WebSocket
- 💾 Shared memory IPC for sub-millisecond access
- ♻️ Automatic secret rotation
- ⚡ Blazing performance (Rust-based)
- 🔒 Secure encryption for all variables
🚀 Why Rust?
| Metric | Node.js CLI | Rust CLI | Improved | |--------|-------------|--------------|----------| | Startup | 200ms | ~5ms | 40x | | Pull 100 vars | 800ms | 50ms | 16x |
📦 Installation
Via npm (Recommended)
npm install -g @envsafes-org/cliBinary Download from Releases.
🏃 Quick Start
Login
envsafe loginInitialize Project
envsafe initPull Variables
envsafe pull --devRun with Secrets
envsafe run --dev -- npm start
🤝 Contributing
See Development Guide.
📄 License
MIT License - see LICENSE file.
