neos / setup

An extensible setup tool for Flow based applications
MIT License
6 stars 15 forks source link

TASK: Make `flow setup:database` flow application context aware #60

Closed mhsdesign closed 1 year ago

mhsdesign commented 1 year ago

running

FLOW_CONTEXT=Testing flow setup:database

should place the config in the correct context ;)

crydotsnake commented 1 year ago

Is this only relevant for the setup:database comand, or every flow command in general?

mhsdesign commented 1 year ago

No only the setup commands ;)

Will try to remember to fix it with https://github.com/neos/setup/pull/59