Sign inSign up

itiqiti/envgen

By itiqiti

•Updated almost 9 years ago

itiQiti EnvGen Docker image

Image
0

3.1K

itiqiti/envgen repository overview

⁠EnvGen

EnvGen ("Environments Generator") is a command line tool to generate environments config files based on templates.

⁠Usage

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.

⁠Development

⁠Installation
git clone https://github.com/itiqiti/envgen.git
cd envgen
composer install
⁠Usage (dev)
bin/envgen generate <source-dir> <target-dir>
⁠Build Docker image
bin/build-image my-tag
⁠Run Docker image
bin/test-image <source-dir> <target-dir> my-tag

Tag summary

Content type

Image

Digest

Size

31.8 MB

Last updated

almost 9 years ago

docker pull itiqiti/envgen