Localization-strings --yes flag not working

The --yes option doesn’t work for the localization-strings command. Even if we pass it it still asks if we want to override the file:

yarn run plasmic localization-strings --yes  --format json -o public/locales/de.json
...
 File public/locales/de.json already exists. Do you want to overwrite? (Y/n)

(Workaround is of course to just delete the file prior to the call in our script)

Thanks for the report, we’ll look into it!

it should be fixed in the latest version!