|
394 | 394 | CLI changed JSON output for some lib, core, config, board, and sketch commands.
|
395 | 395 | </a>
|
396 | 396 |
|
| 397 | +</li> |
| 398 | + |
| 399 | + <li class="md-nav__item"> |
| 400 | + <a href="#config-dump-no-longer-returns-default-configuration-values" class="md-nav__link"> |
| 401 | + config dump no longer returns default configuration values |
| 402 | + </a> |
| 403 | + |
397 | 404 | </li>
|
398 | 405 |
|
399 | 406 | <li class="md-nav__item">
|
|
2704 | 2711 | CLI changed JSON output for some lib, core, config, board, and sketch commands.
|
2705 | 2712 | </a>
|
2706 | 2713 |
|
| 2714 | +</li> |
| 2715 | + |
| 2716 | + <li class="md-nav__item"> |
| 2717 | + <a href="#config-dump-no-longer-returns-default-configuration-values" class="md-nav__link"> |
| 2718 | + config dump no longer returns default configuration values |
| 2719 | + </a> |
| 2720 | + |
2707 | 2721 | </li>
|
2708 | 2722 |
|
2709 | 2723 | <li class="md-nav__item">
|
@@ -4313,10 +4327,15 @@ <h3 id="cli-changed-json-output-for-some-lib-core-config-board-and-sketch-comman
|
4313 | 4327 | </code></pre></div>
|
4314 | 4328 | </li>
|
4315 | 4329 | </ul>
|
| 4330 | +<h3 id="config-dump-no-longer-returns-default-configuration-values"><code>config dump</code> no longer returns default configuration values<a class="headerlink" href="#config-dump-no-longer-returns-default-configuration-values" title="Permanent link">¶</a></h3> |
| 4331 | +<p>Previously, the <code>config dump</code> CLI command returned the effective configuration, including both the values explicitly set |
| 4332 | +via the configuration file and environment variables as well as the values provided by defaults.</p> |
| 4333 | +<p>It now only returns the explicitly set configuration data.</p> |
| 4334 | +<p>Use <code>config get <configuration key></code> to get the effective value of the configuration</p> |
4316 | 4335 | <h3 id="the-grpc-response-ccarduinoclicommandsv1compileresponse-has-been-changed">The gRPC response <code>cc.arduino.cli.commands.v1.CompileResponse</code> has been changed.<a class="headerlink" href="#the-grpc-response-ccarduinoclicommandsv1compileresponse-has-been-changed" title="Permanent link">¶</a></h3>
|
4317 | 4336 | <p>The <code>CompilerResponse</code> message has been refactored to made explicit which fields are intended for streaming the build
|
4318 | 4337 | process and which fields are part of the build result.</p>
|
4319 |
| -<p>The old <code>CompilerResposne</code>:</p> |
| 4338 | +<p>The old <code>CompilerResponse</code>:</p> |
4320 | 4339 | <div class="highlight"><pre><span></span><code>message CompileResponse {
|
4321 | 4340 | // The output of the compilation process (stream)
|
4322 | 4341 | bytes out_stream = 1;
|
|
0 commit comments