https://github.com/abhiyerra/airtable-env
Use Airtable for Environment Variables
https://github.com/abhiyerra/airtable-env
Last synced: 5 months ago
JSON representation
Use Airtable for Environment Variables
- Host: GitHub
- URL: https://github.com/abhiyerra/airtable-env
- Owner: abhiyerra
- Created: 2020-08-08T21:43:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T19:35:43.000Z (almost 4 years ago)
- Last Synced: 2025-02-10T23:29:45.893Z (5 months ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```