airtable-env

Crates.ioairtable-env
lib.rsairtable-env
version0.1.7
sourcesrc
created_at2020-08-10 02:57:52.098577
updated_at2021-10-05 19:35:02.205384
descriptionUse Airtable for Environment Variables
homepage
repositoryhttps://github.com/abhiyerra/airtable-env
max_upload_size
id274897
size36,858
Abhi Yerra (abhiyerra)

documentation

README

airtable-env

Evironment Variables through Airtable

Usage

eval $(airtable-env <api-key> <base-key> <table> <view> <key-field> <value-field>)
  • 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
Commit count: 37

cargo fmt