envelope is a command line utility that leverages an SQLite database to keep track of your enviroment variables so that you can easily switch between

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-06-22 13:00:05

envelope is a command line utility that leverages an SQLite database to keep track of your enviroment variables so that you can easily switch between different configurations.

This makes it easy to switch between different .env configurations, need to use the prod envs? Just run envelope export prod, want to switch to your dev ones? Run envelope export dev and everything will be handled for you, for free.

Envelope always soft deletes environment variables, they are never actually deleted, this is useful in case you want to take a look at the history of a certain valriable. You can however do a hard delete using the drop command

Leave a Comment