|
1272 | 1272 | ArchiveSketchResponse
|
1273 | 1273 | </a>
|
1274 | 1274 |
|
| 1275 | +</li> |
| 1276 | + |
| 1277 | + <li class="md-nav__item"> |
| 1278 | + <a href="#checkforarduinocliupdatesrequest" class="md-nav__link"> |
| 1279 | + CheckForArduinoCLIUpdatesRequest |
| 1280 | + </a> |
| 1281 | + |
| 1282 | +</li> |
| 1283 | + |
| 1284 | + <li class="md-nav__item"> |
| 1285 | + <a href="#checkforarduinocliupdatesresponse" class="md-nav__link"> |
| 1286 | + CheckForArduinoCLIUpdatesResponse |
| 1287 | + </a> |
| 1288 | + |
1275 | 1289 | </li>
|
1276 | 1290 |
|
1277 | 1291 | <li class="md-nav__item">
|
|
2881 | 2895 | ArchiveSketchResponse
|
2882 | 2896 | </a>
|
2883 | 2897 |
|
| 2898 | +</li> |
| 2899 | + |
| 2900 | + <li class="md-nav__item"> |
| 2901 | + <a href="#checkforarduinocliupdatesrequest" class="md-nav__link"> |
| 2902 | + CheckForArduinoCLIUpdatesRequest |
| 2903 | + </a> |
| 2904 | + |
| 2905 | +</li> |
| 2906 | + |
| 2907 | + <li class="md-nav__item"> |
| 2908 | + <a href="#checkforarduinocliupdatesresponse" class="md-nav__link"> |
| 2909 | + CheckForArduinoCLIUpdatesResponse |
| 2910 | + </a> |
| 2911 | + |
2884 | 2912 | </li>
|
2885 | 2913 |
|
2886 | 2914 | <li class="md-nav__item">
|
@@ -4096,6 +4124,8 @@ <h2 id="table-of-contents">Table of Contents<a class="headerlink" href="#table-o
|
4096 | 4124 | <li><a href="#cc/arduino/cli/commands/v1/commands.proto">cc/arduino/cli/commands/v1/commands.proto</a>
|
4097 | 4125 | - <a href="#cc.arduino.cli.commands.v1.ArchiveSketchRequest">ArchiveSketchRequest</a>
|
4098 | 4126 | - <a href="#cc.arduino.cli.commands.v1.ArchiveSketchResponse">ArchiveSketchResponse</a>
|
| 4127 | + - <a href="#cc.arduino.cli.commands.v1.CheckForArduinoCLIUpdatesRequest">CheckForArduinoCLIUpdatesRequest</a> |
| 4128 | + - <a href="#cc.arduino.cli.commands.v1.CheckForArduinoCLIUpdatesResponse">CheckForArduinoCLIUpdatesResponse</a> |
4099 | 4129 | - <a href="#cc.arduino.cli.commands.v1.CleanDownloadCacheDirectoryRequest">CleanDownloadCacheDirectoryRequest</a>
|
4100 | 4130 | - <a href="#cc.arduino.cli.commands.v1.CleanDownloadCacheDirectoryResponse">CleanDownloadCacheDirectoryResponse</a>
|
4101 | 4131 | - <a href="#cc.arduino.cli.commands.v1.CreateRequest">CreateRequest</a>
|
@@ -5049,6 +5079,46 @@ <h3 id="archivesketchrequest">ArchiveSketchRequest<a class="headerlink" href="#a
|
5049 | 5079 | </table>
|
5050 | 5080 | <p><a name="cc.arduino.cli.commands.v1.ArchiveSketchResponse"></a></p>
|
5051 | 5081 | <h3 id="archivesketchresponse">ArchiveSketchResponse<a class="headerlink" href="#archivesketchresponse" title="Permanent link">¶</a></h3>
|
| 5082 | +<p><a name="cc.arduino.cli.commands.v1.CheckForArduinoCLIUpdatesRequest"></a></p> |
| 5083 | +<h3 id="checkforarduinocliupdatesrequest">CheckForArduinoCLIUpdatesRequest<a class="headerlink" href="#checkforarduinocliupdatesrequest" title="Permanent link">¶</a></h3> |
| 5084 | +<table> |
| 5085 | +<thead> |
| 5086 | +<tr> |
| 5087 | +<th>Field</th> |
| 5088 | +<th>Type</th> |
| 5089 | +<th>Label</th> |
| 5090 | +<th>Description</th> |
| 5091 | +</tr> |
| 5092 | +</thead> |
| 5093 | +<tbody> |
| 5094 | +<tr> |
| 5095 | +<td>force_check</td> |
| 5096 | +<td><a href="#bool">bool</a></td> |
| 5097 | +<td></td> |
| 5098 | +<td>Force the check, even if the configuration says not to check for updates.</td> |
| 5099 | +</tr> |
| 5100 | +</tbody> |
| 5101 | +</table> |
| 5102 | +<p><a name="cc.arduino.cli.commands.v1.CheckForArduinoCLIUpdatesResponse"></a></p> |
| 5103 | +<h3 id="checkforarduinocliupdatesresponse">CheckForArduinoCLIUpdatesResponse<a class="headerlink" href="#checkforarduinocliupdatesresponse" title="Permanent link">¶</a></h3> |
| 5104 | +<table> |
| 5105 | +<thead> |
| 5106 | +<tr> |
| 5107 | +<th>Field</th> |
| 5108 | +<th>Type</th> |
| 5109 | +<th>Label</th> |
| 5110 | +<th>Description</th> |
| 5111 | +</tr> |
| 5112 | +</thead> |
| 5113 | +<tbody> |
| 5114 | +<tr> |
| 5115 | +<td>newest_version</td> |
| 5116 | +<td><a href="#string">string</a></td> |
| 5117 | +<td></td> |
| 5118 | +<td>The latest version of Arduino CLI available, if bigger than the current version.</td> |
| 5119 | +</tr> |
| 5120 | +</tbody> |
| 5121 | +</table> |
5052 | 5122 | <p><a name="cc.arduino.cli.commands.v1.CleanDownloadCacheDirectoryRequest"></a></p>
|
5053 | 5123 | <h3 id="cleandownloadcachedirectoryrequest">CleanDownloadCacheDirectoryRequest<a class="headerlink" href="#cleandownloadcachedirectoryrequest" title="Permanent link">¶</a></h3>
|
5054 | 5124 | <table>
|
@@ -5939,6 +6009,12 @@ <h3 id="arduinocoreservice">ArduinoCoreService<a class="headerlink" href="#ardui
|
5939 | 6009 | <td>Query the debugger information given a specific configuration.</td>
|
5940 | 6010 | </tr>
|
5941 | 6011 | <tr>
|
| 6012 | +<td>CheckForArduinoCLIUpdates</td> |
| 6013 | +<td><a href="#cc.arduino.cli.commands.v1.CheckForArduinoCLIUpdatesRequest">CheckForArduinoCLIUpdatesRequest</a></td> |
| 6014 | +<td><a href="#cc.arduino.cli.commands.v1.CheckForArduinoCLIUpdatesResponse">CheckForArduinoCLIUpdatesResponse</a></td> |
| 6015 | +<td>Check for updates to the Arduino CLI.</td> |
| 6016 | +</tr> |
| 6017 | +<tr> |
5942 | 6018 | <td>CleanDownloadCacheDirectory</td>
|
5943 | 6019 | <td><a href="#cc.arduino.cli.commands.v1.CleanDownloadCacheDirectoryRequest">CleanDownloadCacheDirectoryRequest</a></td>
|
5944 | 6020 | <td><a href="#cc.arduino.cli.commands.v1.CleanDownloadCacheDirectoryResponse">CleanDownloadCacheDirectoryResponse</a></td>
|
|
0 commit comments