Skip to content

Commit 6e42e1b

Browse files
authored
add missing options
1 parent 3d14279 commit 6e42e1b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/reference/embedded-cluster-install.mdx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,13 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
8989
<p>Ignoring host preflight checks is _not_ recommended for production installations.</p>
9090
</td>
9191
</tr>
92+
<tr>
93+
<td>`--license, -l`</td>
94+
<td>
95+
<p>Path to the license file</p>
96+
</td>
97+
</tr>
98+
<tr>
9299
<tr>
93100
<td>`--local-artifact-mirror-port`</td>
94101
<td>
@@ -124,7 +131,7 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
124131
</td>
125132
</tr>
126133
<tr>
127-
<td>`--yes`</td>
134+
<td>`--yes, -y`</td>
128135
<td>
129136
<p>In Embedded Cluster 1.21.0 and later, pass the `--yes` flag to provide an affirmative response to any user prompts for the command. For example, you can pass `--yes` with the `--ignore-host-preflights` flag to ignore host preflight checks during automated installations.</p>
130137
<p>**Requirement:** Embedded Cluster 1.21.0 and later</p>
@@ -198,4 +205,4 @@ sudo ./my-app install --license license.yaml --cidr 172.16.136.0/16
198205

199206
```bash
200207
sudo ./my-app install --license license.yaml --network-interface eno167777
201-
```
208+
```

0 commit comments

Comments
 (0)