DEV Community

Neil Okikiolu
Neil Okikiolu

Posted on

Stop leaking .env files - try Secretsnap (free CLI)

If you’ve ever:

  • emailed .env files
  • pasted secrets into Slack
  • or accidentally committed them to GitHub...

…then you’ll get why I built this.

secretsnap is a lightweight CLI:

secretsnap init
secretsnap bundle .env
secretsnap unbundle secrets.envsnap
Enter fullscreen mode Exit fullscreen mode

That’s it, your secrets are safe.

  • Free: local encrypt/decrypt/run.
  • Pro: push/pull bundles, team sharing, audit logs.

👉 Install:

curl -sSL https://get.secretsnap.sh | bash
Enter fullscreen mode Exit fullscreen mode

Landing: https://secretsnap.dev

GitHub: https://github.com/secret-snap/cli

Feedback welcome, especially if you’ve had .env pain in CI/CD.

Top comments (1)

Collapse
 
barak_codes profile image
Eli Barak

naa will still stick to my good old .env file.