transifex / cli

The Transifex command-line client
Apache License 2.0
67 stars 25 forks source link

update and clean up config to API v3 #215

Closed coby2023t closed 5 months ago

coby2023t commented 6 months ago

update and clean up config to API v3 got problem pulling po files from transifex, the docs and sample config did not apply to the APIv3, that confused new comer

rffontenelle commented 6 months ago

@coby2023t What is exactly the error you're seeing?

coby2023t commented 6 months ago

the original setting is not working as is. https://developers.transifex.com/docs/cli updated the working setting, the repo stayed old one.

rffontenelle commented 5 months ago

FYI, tx init generates .tx/config with https://app.transifex.com. If the it is not correct, that should be changed as well.

$ tx init

Successful creation of '.tx/config' file
$ cat .tx/config 
[main]
host = https://app.transifex.com
$ tx --version
TX Client, version=1.6.11
coby2023t commented 5 months ago

got the clue, the problem was, upgrade from version 0.14.4 to 1.6.11, the default ~/.transifexrc also changed and make problems.