An open API service indexing awesome lists of open source software.

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.

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/)