We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] Allow globbing in the filename spec.
Many projects use custom file names for example:
docker-compose.stack.yml docker-compose.dev.yml
yes, the correct way is to use overrides but this is also a valid naming strategy.
Now it is possible to add custom filenames but globbing does not work.
I suggest adding a way we can use globbing to recognize any cusom variations that we might use.
"docker-compose.files": [ "docker-compose*.yml" ], }
that would be perfect!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[feature request] Allow globbing in the filename spec.
Many projects use custom file names for example:
docker-compose.stack.yml
docker-compose.dev.yml
yes, the correct way is to use overrides but this is also a valid naming strategy.
Now it is possible to add custom filenames but globbing does not work.
I suggest adding a way we can use globbing to recognize any cusom variations that we might use.
that would be perfect!
The text was updated successfully, but these errors were encountered: