Closed ASafaeirad closed 1 year ago
You're currently trying to pass an invalid value to the --export-empty-as
flag as the error message suggests. The allowed values are empty
, base
and skip
.
Here's the help text that you can access with lokalise2 file download --help
Select how you would like empty translations to be exported. Allowed values are empty to keep empty, base to replace with the base language value, or skip to omit.
According to the Lokalise API docs it should also support null
for yaml exports but didn't look more into that as I expect it's not what you're looking for
Thanks :+1:
The
--export-empty-as string
throws an error.Error message
Environemnt
lokalise/lokalise-cli-2:v2.6.8
docker image