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

add flag to exclude specific tags #1610

Open
jrdn91 opened this issue Mar 21, 2024 · 0 comments
Open

add flag to exclude specific tags #1610

jrdn91 opened this issue Mar 21, 2024 · 0 comments
Labels
🪓 cli 🚀 feature request New feature or request

Comments

@jrdn91
Copy link

jrdn91 commented Mar 21, 2024

Feature description

The flag that allows to only include certain tags is great, but I have a couple usecases so far that something like an -exclude-tags= flag would be awesome.

Why would it be useful?

Specifically, we have a DATABASE_URL env variable we use to connect our ORM to the database. Locally this should be a local server running, which can be overridden. But there are some instances, such as running migrations against other databases, that being able to quickly comment and un-comment a variable in a local .env file would be quicker and easier than using the override. If I could add a tag of some kind to the DATABASE_URL env and subsequently exclude only that tagged env variable when running locally I could then fallback to the local .env file when running our app locally

Additional context

Additionally, a mechanism to allow for a local .env override would be really nice as well which would solve the same usecase.

@akhilmhdh akhilmhdh added 🚀 feature request New feature or request 🪓 cli labels May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪓 cli 🚀 feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants