Version 1.0.2 of circle-env released
21 Apr 2016I just released version 1.0.2
of circle-env
command line tool.
What is circle-env
circle-env is a small but useful command line tool that imports your .env
file to CircleCi, but also work on CircleCI replacing templates with real files.
It’s especially useful when you work with Docker images and you want to build files, replacing <SOME_ENV_VAR>
with the value of $SOME_ENV_VAR
.
Check it out.