An epic environment manager to fix local environment variable management among git collaborators. Like python virtual envs, but for environment variables.
Get the github username from the user (try to get from git config first)
If they don't have keys, tell them to set them up
Invite them and create the initial symmetric key and invitation
Set up the .epicenv/activate source script that will execute the binary to dynamically create a temporary .sh file to source with the decrypted environment, source that, then delete it
Get the github username from the user (try to get from git config first)
If they don't have keys, tell them to set them up
Invite them and create the initial symmetric key and invitation
Set up the
.epicenv/activate
source script that will execute the binary to dynamically create a temporary.sh
file to source with the decrypted environment, source that, then delete it