Skip to content

B00TK1D/sharenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sharenv

Shared environment variables, including key rotators

Usage

To use, add the following to your shell profile (e.g. ~/.bashrc or ~/.zshrc):

export SHARENV_ENDPOINT="https://your-sharenv-endpoint.com/secretapitoken"
eval $(curl -s $SHARENV_ENDPOINT)

Then, source your profile or restart your terminal

Configuration

In the ./vars directory, create files named after the environment variables you want to set. If you want to rotate through multiple values for a variable, put them each on their own line in the file. Changes will be hot-reloaded on change.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published