Extract new keys from code and tag with CLI #2797
Unanswered
SashaTrisor
asked this question in
Q&A
Replies: 1 comment
-
Hello, unfortunately this function is currently not available. However it make sense to add it to the sync command, we already have an issue to do this tolgee/tolgee-cli#126 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to add and tag new keys in the code during a CI pipeline run. After reading the documentation, I thought I could tag them as "draft" using the CLI when introducing new keys in the code. However, after trial and test, I think I might be missing something:
tagNewKeys: ['draft']
in the React SDK init and sync, thedraft
tag is only visible in the Chrome extension UI.tolgee sync
, new keys are created on the platform, but I don't have a way to apply a tag in the sync command.tolgee tag --filter-not-extracted draft
, I don't have the new keys on the platform.tolgee push
(which allows the--tag-new-keys
option), it works with translation files, not the source code.Am I missing a
tolgee sync --tag-new-keys
option, or is there a specific sequence of sync and tag commands I could use?Beta Was this translation helpful? Give feedback.
All reactions