Thanks for the idea <@456226577798135808>, followi...
# advanced-need-help
w
Thanks for the idea @User, following your example, will it respect a default parameter file for each app?
Copy code
conf/
├── app1/
│   ├── parameters.yml
│   ├── local/
│   │   └── catalog.yml
│   └── vm/
│       ├── catalog.yml
└── app2
will it read the
conf/app1/parameters.yml
if passed
--env="app1/local"
?