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
- 01
Invite them
Invite them by email. The second human is a Pro seat at 9 dollars a month. Agents and CI never count.
- 02
They sign in and link
They install the CLI, sign in, and run the same command you do.
Terminalnpm install -g @envlet/cli envlet login envlet run -- npm run dev - 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.
Terminalenvlet set DATABASE_URL=postgres://localhost/maya --as maya