Open zirkelc opened 4 months ago
Thanks for the suggestion! It makes sense to me and the implementation shouldn't be complex.
@nickwesselman what do you think?
This issue seems inactive. If it's still relevant, please add a comment saying so. Otherwise, take no action. → If there's no activity within a week, then a bot will automatically close this. Thanks for helping to improve Shopify's dev tooling and experience.
P.S. You can learn more about why we stale issues here.
Hi @gonzaloriestra
did you have a chance to look at this? I could work on a small PR to implement this feature, if your team agrees on implementing this in general.
Hi @zirkelc -- This sounds reasonable, we'd accept a PR for this one!
What area(s) will this request affect?
App, Deployment
What type of change do you want to see?
New feature
Overview
Allow to specific the config by path for apps with multiple configs:
Motivation
I have an app with multiple different configs for custom apps to test new features. Currently, all configs must be in the app directory and are identified by their config name in
shopify.app.<config-name>.toml
I would like to move all configs into a sub-directory like
/config
or even/config/dev/