Skip to content

Commit 4aa0e46

Browse files
committed
Deployed 2d66dfa to dev with MkDocs 1.3.0 and mike 1.1.2
1 parent 58f6312 commit 4aa0e46

File tree

4 files changed

+147
-71
lines changed

4 files changed

+147
-71
lines changed

dev/rpc/commands/index.html

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,6 +1272,20 @@
12721272
ArchiveSketchResponse
12731273
</a>
12741274

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+
12751289
</li>
12761290

12771291
<li class="md-nav__item">
@@ -2881,6 +2895,20 @@
28812895
ArchiveSketchResponse
28822896
</a>
28832897

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+
28842912
</li>
28852913

28862914
<li class="md-nav__item">
@@ -4096,6 +4124,8 @@ <h2 id="table-of-contents">Table of Contents<a class="headerlink" href="#table-o
40964124
<li><a href="#cc/arduino/cli/commands/v1/commands.proto">cc/arduino/cli/commands/v1/commands.proto</a>
40974125
- <a href="#cc.arduino.cli.commands.v1.ArchiveSketchRequest">ArchiveSketchRequest</a>
40984126
- <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>
40994129
- <a href="#cc.arduino.cli.commands.v1.CleanDownloadCacheDirectoryRequest">CleanDownloadCacheDirectoryRequest</a>
41004130
- <a href="#cc.arduino.cli.commands.v1.CleanDownloadCacheDirectoryResponse">CleanDownloadCacheDirectoryResponse</a>
41014131
- <a href="#cc.arduino.cli.commands.v1.CreateRequest">CreateRequest</a>
@@ -5049,6 +5079,46 @@ <h3 id="archivesketchrequest">ArchiveSketchRequest<a class="headerlink" href="#a
50495079
</table>
50505080
<p><a name="cc.arduino.cli.commands.v1.ArchiveSketchResponse"></a></p>
50515081
<h3 id="archivesketchresponse">ArchiveSketchResponse<a class="headerlink" href="#archivesketchresponse" title="Permanent link">&para;</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">&para;</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">&para;</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>
50525122
<p><a name="cc.arduino.cli.commands.v1.CleanDownloadCacheDirectoryRequest"></a></p>
50535123
<h3 id="cleandownloadcachedirectoryrequest">CleanDownloadCacheDirectoryRequest<a class="headerlink" href="#cleandownloadcachedirectoryrequest" title="Permanent link">&para;</a></h3>
50545124
<table>
@@ -5939,6 +6009,12 @@ <h3 id="arduinocoreservice">ArduinoCoreService<a class="headerlink" href="#ardui
59396009
<td>Query the debugger information given a specific configuration.</td>
59406010
</tr>
59416011
<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>
59426018
<td>CleanDownloadCacheDirectory</td>
59436019
<td><a href="#cc.arduino.cli.commands.v1.CleanDownloadCacheDirectoryRequest">CleanDownloadCacheDirectoryRequest</a></td>
59446020
<td><a href="#cc.arduino.cli.commands.v1.CleanDownloadCacheDirectoryResponse">CleanDownloadCacheDirectoryResponse</a></td>

dev/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)