https://github.com/gridaco/envs
⚡️⚡️🔑🔑 .env files manager, securely synced to cloud.
https://github.com/gridaco/envs
Last synced: 5 months ago
JSON representation
⚡️⚡️🔑🔑 .env files manager, securely synced to cloud.
- Host: GitHub
- URL: https://github.com/gridaco/envs
- Owner: gridaco
- License: apache-2.0
- Created: 2023-01-06T09:55:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T09:02:24.000Z (over 3 years ago)
- Last Synced: 2025-08-14T18:37:21.805Z (11 months ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# envs
⚡️⚡️🔑🔑 .env files manager, securely synced to cloud.
## Why?
- Managing multiple envs can be hard.
- Copy & Pasting envs across devices often cause human mistakes.
- We often waste time fixing errors that is caused by misconfigured envs.
> "Envs are powerful, Yet tools are not." - Me
## Usage
**Installation 👇**
```bash
npm i -g @grida/envs
```
**pull**
```
envs pull [file]
```
**list**
```
envs ls
```
**add**
```
envs add
```
**remove**
```
envs rm
```
## Alternatives
- [dotenv vault by dotenv team](https://www.dotenv.org/)
- [vault by hashicorp](https://www.vaultproject.io/)