The stupid .env files management tool
Run envkit --help
to get you started!
envkit --help
Shows missing variables in the file_b
compared to the file_a
. Unlike the standard diff
program
it searches for the variable across the entire file.
You have two options: install binary or build it yourself using rustup
.
Run the following command in your terminal. It will download the latest available binary for your platform from our CI/CD and install/upgrade it.
curl "https://gitlab.com/viktor-ku/envkit/raw/0.2.0/scripts/install.sh" | sh