From 6e42e1bb62cdcefcebd1cdec4976c1ca98ff96df Mon Sep 17 00:00:00 2001 From: Alex Parker <7272359+ajp-io@users.noreply.github.com> Date: Wed, 26 Mar 2025 11:20:38 -0400 Subject: [PATCH 1/3] add missing options --- docs/reference/embedded-cluster-install.mdx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/reference/embedded-cluster-install.mdx b/docs/reference/embedded-cluster-install.mdx index 42163ddb6c..c973818c61 100644 --- a/docs/reference/embedded-cluster-install.mdx +++ b/docs/reference/embedded-cluster-install.mdx @@ -89,6 +89,13 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]

Ignoring host preflight checks is _not_ recommended for production installations.

+ + `--license, -l` + +

Path to the license file

+ + + `--local-artifact-mirror-port` @@ -124,7 +131,7 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags] - `--yes` + `--yes, -y`

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.

**Requirement:** Embedded Cluster 1.21.0 and later

@@ -198,4 +205,4 @@ sudo ./my-app install --license license.yaml --cidr 172.16.136.0/16 ```bash sudo ./my-app install --license license.yaml --network-interface eno167777 -``` \ No newline at end of file +``` From 67a6c1a700e0a530a39beb31d507ae1831b986cd Mon Sep 17 00:00:00 2001 From: Alex Parker <7272359+ajp-io@users.noreply.github.com> Date: Wed, 26 Mar 2025 11:23:32 -0400 Subject: [PATCH 2/3] stupid --- docs/reference/embedded-cluster-install.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/reference/embedded-cluster-install.mdx b/docs/reference/embedded-cluster-install.mdx index c973818c61..1cbe377aaf 100644 --- a/docs/reference/embedded-cluster-install.mdx +++ b/docs/reference/embedded-cluster-install.mdx @@ -95,7 +95,6 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]

Path to the license file

- `--local-artifact-mirror-port` From fea853d27b89760c58504ddd281756dd67052f79 Mon Sep 17 00:00:00 2001 From: Alex Parker <7272359+ajp-io@users.noreply.github.com> Date: Wed, 26 Mar 2025 11:26:27 -0400 Subject: [PATCH 3/3] this is more standard --- docs/reference/embedded-cluster-install.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/embedded-cluster-install.mdx b/docs/reference/embedded-cluster-install.mdx index 1cbe377aaf..78f972aef8 100644 --- a/docs/reference/embedded-cluster-install.mdx +++ b/docs/reference/embedded-cluster-install.mdx @@ -90,7 +90,7 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags] - `--license, -l` + `-l, --license`

Path to the license file

@@ -130,7 +130,7 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags] - `--yes, -y` + `-y, --yes`

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.

**Requirement:** Embedded Cluster 1.21.0 and later