ezsystems / launchpad

CLI tool to bootstrap an eZ Platform project Docker stack | #justcode
https://ezsystems.github.io/launchpad
MIT License
22 stars 26 forks source link

Passing env vars from CLI to docker commands #85

Closed skrosoft closed 4 years ago

skrosoft commented 4 years ago
Q A
Branch? master
Bug fix? no
New feature? yes
BC breaks? yes

New ability to pass environment variables during docker-compose:exec

Example of use: ~/ez comprun symfony-scripts --docker-env=SYMFONY_ENV=prod --docker-env=MY_VAR=true ~/ez comprun symfony-scripts -dSYMFONY_ENV=prod -dMY_VAR=true

Plopix commented 4 years ago

yeah! https://virtualhighfives.com/