Skip to content
New issue

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. #60

Open
cocoonkid opened this issue Jul 22, 2024 · 0 comments
Open

[feature request] Allow globbing in the filename spec. #60

cocoonkid opened this issue Jul 22, 2024 · 0 comments

Comments

@cocoonkid
Copy link

[feature request] Allow globbing in the filename spec.

image

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant