Guides

Share env vars with a teammate

Invite one person and they run the same command you do. No pasted file, no DM.

About 5 minutes

  1. 01

    Invite them

    Invite them by email. The second human is a Pro seat at 9 dollars a month. Agents and CI never count.

  2. 02

    They sign in and link

    They install the CLI, sign in, and run the same command you do.

    Terminal
    npm install -g @envlet/cli
    envlet login
    envlet run -- npm run dev
  3. 03

    Give one person a different value

    If one teammate needs their own database URL, set it for them alone. Everyone else keeps the shared value.

    Terminal
    envlet set DATABASE_URL=postgres://localhost/maya --as maya

Stop pasting .env files.

One command. The right values for whoever runs it.