Envelope – A modern environment variable cli tool

envelope is a modern environment variables manager written in Rust. It leverages an SQLite database to easily switch between different configurations. Users can pretty print .env files, import and export variables, add and delete environments, and check current exports. Envelope allows for soft deletes of environment variables, preserving history, and also offers hard deletes. An interesting feature is the ability to import directly from stdin. Envelope simplifies the process of managing and switching between different environment configurations, making it a convenient tool for developers. Users can download the binary, build the code from GitHub, and start using envelope to streamline their workflow.

https://github.com/mattrighetti/envelope

To top