Tired of leaking secrets into .env files, and frustrated by the friction of existing tools, I built a simple CLI to separate config from secrets without the overhead of vaults.

If you don't live under a rock, you have at one time used dotenv files in some project to create/edit your configuration, or used it as a config file for something you...