Export options missmatch

So, I switched to CLI and seems there are some calls that allow to match project settings, but if my settings is one and I use call with another request seems it don’t work. Or what? Like skip untranslated files for example.

Export options, like skip untranslated strings only works with CLI. If we’re speaking about a separate call.

Also, the settings in the project has the highest priority. So, if you have in the project settings skip strings = true, and in Git config the same option = false, system will work with project’s one, skip = true. With CLI you can run a command that will use one of the options or enable them in project settings so they will be always used by default.