Envx

Envx is a tool I wrote that allows you to share and synchronize environment variables between you and your team. It uses RSA4096 encryption to encrypt the environment variables for each member of the team, and decrypts them on the client side on request. The server stores all of the public keys, along with a UUID, and not much else.

You can also install it with the following command:
curl -fsSL https://get.envx.sh | sh

- Share environment variables with your team
- Print environment variables on the client side in JSON, key-vaulue format or as a pretty-printed table
- Add members to your team easily
- Spawn a shell with the environment variables set
- Offline access via files cached in .config/envx

envx --help
demo