crowdin / crowdin-cli-v1

A command-line client for the Crowdin API v1
MIT License
84 stars 29 forks source link

What is `crowdin-cli download` (w/o branch argument) exactly supposed to do? #49

Open adepablor opened 8 years ago

adepablor commented 8 years ago

So, the description says Download latest translations from Crowdin. But what does that mean in practice?

In my opinion, it should download the files that are not part of any branch. So, for example. If I only have one file (let's call it mainFile) and then multiple branches of the same file. When I do crowdin-cli download I expect to get mainFile in the same way that if I do crowdin-cli download -b branch I get the file for that branch. But that's definitely not happening, I'm not even sure what things are been downloaded.

Could someone please clarify?

Thanks

Andrulko commented 8 years ago

Should be improved by Crowdin team shortly, then "crowdin-cli download" will touch only those files which are stored outside of branches (in project's root dir).

Andrulko commented 8 years ago

From now on, crowdin-cli download will download files stored in the project root directory (not inside branches)

joaocc commented 8 years ago

Does it force a build to occur before downloading? Or it downloads the files that were output from last build? Thx