Skip to content

Commit d827280

Browse files
author
Automated CI
committed
Publish new documentation for version 0.87.0
1 parent d540b3a commit d827280

35 files changed

Lines changed: 7566 additions & 7134 deletions

File tree

_header/index.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1530,38 +1530,38 @@
15301530
<a href="/cli/teams/">Teams</a><i class="fa fa-angle-right fa-lg category-icon"></i>
15311531
</div>
15321532
<ul>
1533-
<li data-nav-id="/cli/installation/npm/" class="dd-item">
1533+
<li data-nav-id="/cli/teams/get-teams/" class="dd-item">
15341534
<div>
1535-
<a href="/cli/installation/npm/">
1536-
NPM
1535+
<a href="/cli/teams/get-teams/">
1536+
Get Teams
15371537
</a>
15381538
</div>
15391539
</li>
1540-
<li data-nav-id="/cli/installation/yarn/" class="dd-item">
1540+
<li data-nav-id="/cli/teams/create-team/" class="dd-item">
15411541
<div>
1542-
<a href="/cli/installation/yarn/">
1543-
YARN
1542+
<a href="/cli/teams/create-team/">
1543+
Create team
15441544
</a>
15451545
</div>
15461546
</li>
1547-
<li data-nav-id="/cli/installation/docker/" class="dd-item">
1547+
<li data-nav-id="/cli/teams/remove-user/" class="dd-item">
15481548
<div>
1549-
<a href="/cli/installation/docker/">
1550-
Docker Image
1549+
<a href="/cli/teams/remove-user/">
1550+
Remove user
15511551
</a>
15521552
</div>
15531553
</li>
1554-
<li data-nav-id="/cli/installation/download/" class="dd-item">
1554+
<li data-nav-id="/cli/teams/add-user/" class="dd-item">
15551555
<div>
1556-
<a href="/cli/installation/download/">
1557-
Download
1556+
<a href="/cli/teams/add-user/">
1557+
Add user
15581558
</a>
15591559
</div>
15601560
</li>
1561-
<li data-nav-id="/cli/installation/homebrew/" class="dd-item">
1561+
<li data-nav-id="/cli/teams/synchronize-teams/" class="dd-item">
15621562
<div>
1563-
<a href="/cli/installation/homebrew/">
1564-
HOMEBREW
1563+
<a href="/cli/teams/synchronize-teams/">
1564+
Synchronize Teams
15651565
</a>
15661566
</div>
15671567
</li>

agents/install/index.html

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,6 +1823,54 @@ <h3 id="options">Options</h3>
18231823
<td>Install and attach runtime on the same namespace as the agent (default is false)</td>
18241824
</tr>
18251825

1826+
<tr>
1827+
<td>--runtime-name</td>
1828+
<td></td>
1829+
<td></td>
1830+
<td></td>
1831+
<td>The name of the runtime to install</td>
1832+
</tr>
1833+
1834+
<tr>
1835+
<td>--build-node-selector</td>
1836+
<td></td>
1837+
<td></td>
1838+
<td></td>
1839+
<td>The kubernetes node selector &ldquo;key=value&rdquo; to be used by runner build resources (default is no node selector) (string)</td>
1840+
</tr>
1841+
1842+
<tr>
1843+
<td>--skip-re-creation</td>
1844+
<td></td>
1845+
<td></td>
1846+
<td></td>
1847+
<td>If set to true, will skip runtime creation in the platform</td>
1848+
</tr>
1849+
1850+
<tr>
1851+
<td>--set-value</td>
1852+
<td></td>
1853+
<td></td>
1854+
<td></td>
1855+
<td>Set values for templates, example: --set-value LocalVolumesDir=/mnt/disks/ssd0/codefresh-volumes</td>
1856+
</tr>
1857+
1858+
<tr>
1859+
<td>--set-file</td>
1860+
<td></td>
1861+
<td></td>
1862+
<td></td>
1863+
<td>Set values for templates from file, example: --set-file Storage.GoogleServiceAccount=/path/to/service-account.json</td>
1864+
</tr>
1865+
1866+
<tr>
1867+
<td>--skip-cluster-creation</td>
1868+
<td></td>
1869+
<td></td>
1870+
<td></td>
1871+
<td>If set to true, will skip cluster integration creation for this runtime</td>
1872+
</tr>
1873+
18261874
<tr>
18271875
<td>--make-default-runtime</td>
18281876
<td></td>
@@ -1863,6 +1911,14 @@ <h3 id="options">Options</h3>
18631911
<td>The prefix for the container registry that will be used for pulling the required components images. Example: --docker-registry=&ldquo;docker.io&rdquo;</td>
18641912
</tr>
18651913

1914+
<tr>
1915+
<td>--platform-only</td>
1916+
<td></td>
1917+
<td></td>
1918+
<td></td>
1919+
<td>Set to true to create runtime on the platform side only</td>
1920+
</tr>
1921+
18661922
<tr>
18671923
<td>--verbose</td>
18681924
<td></td>

annotations/index.html

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -737,27 +737,6 @@
737737
<a href="/cli/app-proxy/">App-Proxy</a><i class="fa fa-angle-right fa-lg category-icon"></i>
738738
</div>
739739
<ul>
740-
<li data-nav-id="/cli/app-proxy/install/" class="dd-item">
741-
<div>
742-
<a href="/cli/app-proxy/install/">
743-
Install
744-
</a>
745-
</div>
746-
</li>
747-
<li data-nav-id="/cli/app-proxy/uninstall/" class="dd-item">
748-
<div>
749-
<a href="/cli/app-proxy/uninstall/">
750-
Uninstall
751-
</a>
752-
</div>
753-
</li>
754-
<li data-nav-id="/cli/app-proxy/upgrade/" class="dd-item">
755-
<div>
756-
<a href="/cli/app-proxy/upgrade/">
757-
Upgrade
758-
</a>
759-
</div>
760-
</li>
761740
</ul>
762741
</li>
763742
<li data-nav-id="/cli/audit/" class="dd-item haschildren

0 commit comments

Comments
 (0)