You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
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.
The text was updated successfully, but these errors were encountered: