crowdin-cli-v1 icon indicating copy to clipboard operation
crowdin-cli-v1 copied to clipboard

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

Open adepablor opened this issue 9 years ago • 3 comments

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

adepablor avatar May 12 '16 22:05 adepablor

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 avatar May 23 '16 13:05 Andrulko

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

Andrulko avatar Jul 06 '16 13:07 Andrulko

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

joaocc avatar Sep 07 '16 08:09 joaocc