drunomics / phapp-cli

Standardized console commands for managing PHP applications.
MIT License
7 stars 3 forks source link

Let the env vars from subsite manifest be imported even if there is no .env file provided #15

Closed rthideaway closed 6 years ago

rthideaway commented 6 years ago

Currently phapp will stop execution with empty array of env vars if he does not find any env files. But there might be a case when your subsite manifest contains environmental variables and currently it's completely ignored.

PR to resolve the issue: https://github.com/drunomics/phapp-cli/pull/14

fago commented 6 years ago

This should be resoled now.