@fronik/envman
v3.0.1
Published
A security-first CLI for environment variable management with AES-256 encryption, secret scanning, health diagnostics, auto-backups, and safe sync.
Downloads
862
Maintainers
Readme
🛡️ Envman — Secure Environment Manager
A modern CLI to manage
.envfiles with encryption, secret scanning, backups, and health checks.
🚀 Overview
Envman is a security-first CLI tool for managing .env files safely and efficiently.
It helps developers:
- 🔐 encrypt sensitive environment variables
- 🔍 detect exposed secrets before they leak
- 🩺 run health checks on
.envsetups - 📦 create backups before changes
- 📄 generate
.env.examplefiles for safer sharing
✨ Features
- AES-256 encryption for
.envfiles - Secret scanning for API keys, tokens, and credentials
- Doctor command for environment validation
- Automatic backups before edits
.env.examplegeneration- Interactive CLI mode
- Clean and developer-friendly workflow
🤔 Why Envman?
Managing .env files is usually:
- insecure
- messy
- hard to maintain
- easy to break
Envman solves this by giving you a clean workflow for security and environment management in one CLI.
📦 Installation
Install globally:
npm install -g @fronik/envman or npx @fronik/envman