env-fetcher
v1.0.0
Published
CLI tool to fetch and save encrypted .env files using token
Readme
🌱 env-fetcher
A simple CLI tool to securely fetch encrypted .env files from your backend using a token and save them in your local project.
✨ Features
- Fetch encrypted
.envfiles using a token - Automatically save the file as
.envin your working directory - Works with project-specific environments (like
dev,prod,test) - Secure and token-based access
📦 Installation
📌 Global Installation (Recommended)
npm install -g env-fetcher