EnvGen ("Environments Generator") is a command line tool to generate environments config files based on templates.
docker run --rm -t -v /path/to/source:/source -v /path/to/target:/target itiqiti/envgen
where /path/to/source is the directory that contains the source templates, and /path/to/target is the directory to generate the files to.
git clone https://github.com/itiqiti/envgen.git
cd envgen
composer install
bin/envgen generate <source-dir> <target-dir>
bin/build-image my-tag
bin/test-image <source-dir> <target-dir> my-tag
Content type
Image
Digest
Size
31.8 MB
Last updated
almost 9 years ago
docker pull itiqiti/envgen