Closed antonjuls closed 5 years ago
Hey. I'm trying to export locales and mix keys from two my projects, as I see in docs I should use include_pids option, but seems it doesn't work.
include_pids
My command is: lokalise --token TOKEN export PID_1 --type json --dest /opt/dest --include_pids PID_2
lokalise --token TOKEN export PID_1 --type json --dest /opt/dest --include_pids PID_2
What am I doing wrong??
UPD: I tried to do this using Postman and just request to api and it works as expected! So seems the issue is definitely in CLI tool or in options format.
Anton, the issue is resolved now.
Hey. I'm trying to export locales and mix keys from two my projects, as I see in docs I should use
include_pids
option, but seems it doesn't work.My command is:
lokalise --token TOKEN export PID_1 --type json --dest /opt/dest --include_pids PID_2
What am I doing wrong??