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

Bug: tolgee tag --filter-no-tag * does not work as expected #109

Open
bhauteki opened this issue Sep 16, 2024 · 1 comment
Open

Bug: tolgee tag --filter-no-tag * does not work as expected #109

bhauteki opened this issue Sep 16, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@bhauteki
Copy link

I want to tag all keys (in the code) without a tag. I expected this to work:

tolgee tag --filter-extracted --filter-no-tag * --tag dev

Instead I have to enumerate all the tags that exists:

tolgee tag --filter-extracted --filter-no-tag production --filter-no-tag deprecated --filter-no-tag ... --tag dev

I expected these commands to be equivalent.

@bhauteki bhauteki changed the title tolgee tag --filter-no-tag * does not work as expected Bug: tolgee tag --filter-no-tag * does not work as expected Sep 16, 2024
@stepan662
Copy link
Contributor

Hmm, you are right we currently have no way how to match keys without tags, so unfortunately now you have to list all the tags. There is a definitely space for improvement.

@stepan662 stepan662 added the enhancement New feature or request label Sep 17, 2024
@stepan662 stepan662 self-assigned this Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants