Launching today

ghostenv
Securely inject remote environment var's into your runtime
8 followers
Securely inject remote environment var's into your runtime
8 followers
Stop hardcoding sensitive keys into localenv files or dragging your secrets around on Slack. ghostenv is a lightweight, zero-dependency CLI tool built in Go that safely pulls configuration maps from private GitHub repos and hot-injects them directly into your downstream runtimes.



How does it handle repo permissions across a team — does each dev need their own GitHub auth token, or is there a shared service account that actually pulls the secrets?
How does it handle secret rotation if a value changes in the GitHub repo while a long-running process is still using the old one?
How does this handle things like secret rotation or if a teammate accidentally commits something to the same private repo after pulling the config?