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



This content originally appeared on DEV Community and was authored by Neil Okikiolu

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

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

Landing: https://secretsnap.dev

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

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


This content originally appeared on DEV Community and was authored by Neil Okikiolu