dlabs-env
v0.0.34
Published
A CLI tool for environment variable management
Maintainers
Readme
dlabs-env
A secure CLI tool for environment variable management with military-grade encryption.
Quick Start
Use without installation (recommended):
# Initialize environment configuration
npx dlabs-env@latest init
# Check environment status
npx dlabs-env@latest statusFeatures
- 🔐 Military-grade Security: AES-256-GCM encryption for environment variables
- 🔑 Master Key Management: Single master password for all configurations
- 🚀 Zero Installation: Run directly with npx
- 💼 Cross-platform: Works on macOS, Linux, and Windows
System Requirements
- Node.js v14 or higher
- npm or yarn package manager
Documentation
Global Installation (Optional)
If you prefer having the tool installed globally:
# Using npm
npm install -g dlabs-env
# Using yarn
yarn global add dlabs-env
# Then use without npx
dlabs-env init
dlabs-env statusSecurity
- Military-grade encryption (AES-256-GCM)
- Secure master password with strong requirements
- Local storage of encrypted configurations
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT © dscriptlabs
