Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abhiyerra/airtable-env

Use Airtable for Environment Variables
https://github.com/abhiyerra/airtable-env

Last synced: about 12 hours ago
JSON representation

Use Airtable for Environment Variables

Awesome Lists containing this project

README

        

# airtable-env

Evironment Variables through Airtable

## Usage

```
eval $(airtable-env )
```

- key-field is the field holding the key name
- value-field is the field holding the value name

## Why?

There are many benefits to using Airtable to store secrets:

- Pretty good ACL
- Changelog and Comments List
- Easy to update
- Free Plan is Great

# Release

```
cargo install cargo-release
cargo release
```