envshh

0.0.26-1 • Public • Published

envshh

🤫 envshh

Status


A command line tool to securely and automatically manage, store environment variables.

🧐 Quick Usage

  • Create a Private Git Repo (It can be on GitHub, GitLab, or even your own self-hosted git server), copy the Repository URL.

  • Go/cd to your Project Root where the .env's are located.

  • Run (With npx / pnpx / yarn dlx)

    npx envshh push
  • When asked, provide a simple password to encrypt the data

Congratulations! Your .envs are encrypted and securely stored in your own repo. You can now get your .envs from any device.

  • Now to after any modification / deletion of your .env, or to get back the previous .env, first Go/cd to your project root and run

    npx envshh pull
  • When asked, provide the password to decrypt the data

Read the docs for more details.

⛏️ Built Using

✍️ Authors

/envshh/

    Package Sidebar

    Install

    npm i envshh

    Weekly Downloads

    1

    Version

    0.0.26-1

    License

    MIT

    Unpacked Size

    341 kB

    Total Files

    3

    Last publish

    Collaborators

    • sanjibsen