how do teams actually share .env variables securely
because the options I see are
- Slack DM (terrible)
- email (worse)
- shared Notion doc (somehow even worse)
- 1Password or similar
- something I'm missing
@kapilansh_twt some infra providers have cli tooling for this (railway does, for example)
You can use 1Password shared folders, and then use the `op` CLI to pull .env and populate a template. It's a simple script.