v0.2.0 Envio — The Modern And Secure CLI Tool You Absolutely Need Environment Variables

humblepenguin
2 min readMar 27, 2023

--

Hey everyone 👋!

If you have been living under a rock and have no idea what envio is, check out another article that I wrote:

After that article envio went from 0 to 245 stars on github!

With the release of version v0.2.0, envio now includes a new envio launch subcommand that makes it even easier to manage your environment variables. This new feature allows you to run programs using a specific profile, so you can easily switch between different sets of environment variables for different projects.

Let’s say you have a profile called dev that contains environment variables specific to your development environment, and you want to run a Python script using this profile. You can do this by running:

envio launch dev python my_script.py

This will launch the python my_script.py command with the environment variables from the dev profile.

The envio launch subcommand makes it easy to switch between different sets of environment variables for different projects, so you can manage your development environment with ease and confidence.

One of the most important features of envio is the ability to encrypt your profiles, which ensures that your sensitive information, such as API keys, passwords, and other credentials, is secure. This means that you can manage your environment variables with confidence, knowing that your sensitive information is protected.

If you’re a developer who works on multiple projects with different environment configurations, or if you need to manage sensitive information in your environment variables, then Envio is a tool that you simply can’t afford to be without. So give it a try today and experience the power and convenience of this amazing tool for yourself!

Here is the github link:

Here is a new demo of the tool in action

--

--