-
v1.0.0 Stable
released this
2026-01-31 01:38:22 +00:00 | 19 commits to main since this releaseInitial release of env-pro
Smart Environment Variable Manager CLI with:
- Multi-profile support (dev/staging/prod)
- AES-256 encryption for sensitive values
- Schema validation
- Template generation
- GitOps integration
Installation
pip install env-proQuick Start
env-pro init env-pro profile create dev env-pro add DATABASE_URL "postgresql://localhost:5432/db" env-pro add API_KEY "secret" --encryptDownloads