We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I'm using lokalise CLI v2 inside my github workflow to automate translation synchronization in my company project.
The problem I have faced is that when I invoke following command:
edited_tag=$(commands that produce comma separated list of tags) lokalise2 --token ${{ env.LOKALISE_TOKEN }} --project-id ${{ env.LOKALISE_PROJECT_ID }} \ key update --key-id ${remote_key_id} --tags "${edited_tags}"
and edited_tags variable is empty, then key tags remain untouched.
edited_tags
Actual result: no tags removed for key with given id Expected result: all tags are being removed for key with given id
Is this a bug or I'm doing something wrong using this command?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I'm using lokalise CLI v2 inside my github workflow to automate translation synchronization in my company project.
The problem I have faced is that when I invoke following command:
and
edited_tags
variable is empty, then key tags remain untouched.Actual result: no tags removed for key with given id
Expected result: all tags are being removed for key with given id
Is this a bug or I'm doing something wrong using this command?
The text was updated successfully, but these errors were encountered: