danthegoodman1 / EpicEnv

An epic environment manager to fix local environment variable management among git collaborators. Like python virtual envs, but for environment variables.
MIT License
120 stars 3 forks source link

`init` command #1

Closed danthegoodman1 closed 3 months ago

danthegoodman1 commented 3 months ago

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