phrase-cli
phrase-cli copied to clipboard
CLI for the Phrase API
Adds a link to https://github.com/phrase/openapi/blob/master/clients/cli/CHANGELOG.md to the body of the release, so that the changelog can easily be found by users that are subscribed to new releases.
Good morning, can you help me, please? Regarding these PRs: https://github.com/phrase/phrase-cli/issues/22 https://github.com/phrase/openapi/pull/518 Looks like if I have project with several sources then `phrase push --wait --cleanup` should work, but it...
Would it be possible to add and maintain a major semver tag? For example, as of writing this, `v2` would match the latest `2.25.0` release. If you release `2.26.0` next...
## Problem Contrary to what the Phrase Strings [Upload a new file](https://developers.phrase.com/api/#post-/projects/-project_id-/uploads) API documentation suggests, the `locale_mapping` parameter is required when using the `phrase push` command with a CSV file....
[Files should end with newline](https://stackoverflow.com/q/729692/5470544), otherwise there can be issues with version control, such as unexpected results of `diff` and `blame`. When using `phrase pull` however, the file which is...
In order to avoid this kind of error message when pulling your Docker image too many times within the CI >Server message: toomanyrequests: You have reached your pull rate limit....
Hi! When I execute `phrase pull`, I expect that it automatically recognizes the fallback locales if some translation is empty and put translation from the fallback, that I specified for...
We're running into issues using the `push` and `pull` CLI commands: old, revised translations are cropping up where they should've been fixed. I've searched the documentation for a clear, precise...
I'm trying the command `phrase push -w`, and I get back > ERROR: 404 Not Found If I use `phrase push -w -v` instead, I get more data [shown below,...
Hey, This is a complementary ticket to my other one https://github.com/phrase/phrase-cli/issues/138. It would be nice if it is possible to execute --cleanup only for certain languages when running phrase push...