Skip to content

Commit f50b234

Browse files
authored
Merge pull request #3134 from replicatedhq/ajp-io-patch-1
add missing options
2 parents 3d14279 + fea853d commit f50b234

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/reference/embedded-cluster-install.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ 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>`-l, --license`</td>
94+
<td>
95+
<p>Path to the license file</p>
96+
</td>
97+
</tr>
9298
<tr>
9399
<td>`--local-artifact-mirror-port`</td>
94100
<td>
@@ -124,7 +130,7 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
124130
</td>
125131
</tr>
126132
<tr>
127-
<td>`--yes`</td>
133+
<td>`-y, --yes`</td>
128134
<td>
129135
<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>
130136
<p>**Requirement:** Embedded Cluster 1.21.0 and later</p>
@@ -198,4 +204,4 @@ sudo ./my-app install --license license.yaml --cidr 172.16.136.0/16
198204

199205
```bash
200206
sudo ./my-app install --license license.yaml --network-interface eno167777
201-
```
207+
```

0 commit comments

Comments
 (0)