Everyone should use
@dotenvx.
- Everything is more secure. Compromised NPM packages typically look at your env files. but, in this case, you literally don't have an env file.
- Makes cloud agents easier (just one key needed to onboard any cloud agent)
- Makes deployments easier and safer (environment variables are tracked on git. so if an env is not present, CI fails/passes)
- Employee onboarding/offboarding is also much easier and safer.