## Bug Report If I add the following to the CLI config and compile via the gRPC API, the binaries do not end up in the sketch folder. ```yaml sketch: always_export_binaries: true ``` I have to explicitly set it in the code if I want the binary in my sketch folder. ```ts const compilerReq = new CompileReq(); compilerReq.setExportBinaries(true); ``` ### Current behavior <!-- Paste the full command you run --> <!-- Add a clear and concise description of the behavior. --> ### Expected behavior `sketch.always_export_binaries: true` is not ignored in the CLI config. <!-- Add a clear and concise description of what you expected to happen. --> ### Environment - CLI version (output of `arduino-cli version`): 0.14.0-rc1 - OS and platform: ### Additional context <!-- (Optional) Add any other context about the problem here. -->