Page 1 of 1

Dev Experience Survey: Managing Secrets & Environments

Help a fellow dev validate a side-project. No spam, takes 60 seconds.

How big is the development team you currently work with?

How big is the development team you currently work with?
A
B
C
D

When you add a new API Key (e.g., STRIPE_SECRET) to your local .env, which methods do you use to share it with your team?

When you add a new API Key (e.g., STRIPE_SECRET) to your local .env, which methods do you use to share it with your team?

In the last 3 months, how often has a local build failed or a feature broke because someone on the team didn't have the updated environment variables?

In the last 3 months, how often has a local build failed or a feature broke because someone on the team didn't have the updated environment variables?
A
B
C
D

If a new developer joined your team today, how long would it take for them to get the file configured and the project running locally?

If a new developer joined your team today, how long would it take for them to get the file configured and the project running locally?
A
B
C

How confident are you that your team's local development secrets have NEVER been leaked or left in plain text (like in chat logs or git history)?

How confident are you that your team's local development secrets have NEVER been leaked or left in plain text (like in chat logs or git history)?
TerrifiedNeutralExtremely Confident

Imagine a CLI tool that works like Git: to encrypt/upload your .env, and for your team to download it securely. No servers to manage. Would this improve your workflow?

Imagine a CLI tool that works like Git: to encrypt/upload your .env, and for your team to download it securely. No servers to manage. Would this improve your workflow?
A
B
C
D