From e9b7e540027f0a1d687346bb49f43f25c1701a86 Mon Sep 17 00:00:00 2001 From: Ethan Mosbaugh Date: Fri, 11 Apr 2025 15:15:43 -0500 Subject: [PATCH 1/2] Update installing-embedded-automation.mdx --- docs/enterprise/installing-embedded-automation.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/enterprise/installing-embedded-automation.mdx b/docs/enterprise/installing-embedded-automation.mdx index c7a743755f..3372d79310 100644 --- a/docs/enterprise/installing-embedded-automation.mdx +++ b/docs/enterprise/installing-embedded-automation.mdx @@ -30,7 +30,7 @@ To install with Embedded Cluster in an online environment: 1. Run the following command to install: ```bash - sudo ./APP_SLUG install --license-file PATH_TO_LICENSE \ + sudo ./APP_SLUG install --license PATH_TO_LICENSE \ --config-values PATH_TO_CONFIGVALUES \ --admin-console-password ADMIN_CONSOLE_PASSWORD ``` @@ -50,7 +50,7 @@ To install with Embedded Cluster in an air-gapped environment: 1. Ensure that the Embedded Cluster installation assets are available on the air-gapped machine, then run the following command to install: ```bash - sudo ./APP_SLUG install --license-file PATH_TO_LICENSE \ + sudo ./APP_SLUG install --license PATH_TO_LICENSE \ --config-values PATH_TO_CONFIGVALUES \ --admin-console-password ADMIN_CONSOLE_PASSWORD \ --airgap-bundle PATH_TO_AIRGAP_BUNDLE @@ -58,7 +58,7 @@ To install with Embedded Cluster in an air-gapped environment: Replace: * `APP_SLUG` with the unique slug for the application. - * `LICENSE_FILE` with the customer license. + * `PATH_TO_LICENSE` with the path to the customer license. * `PATH_TO_CONFIGVALUES` with the path to the ConfigValues file. * `ADMIN_CONSOLE_PASSWORD` with a password for accessing the Admin Console. - * `PATH_TO_AIRGAP_BUNDLE` with the path to the Embedded Cluster `.airgap` bundle for the release. \ No newline at end of file + * `PATH_TO_AIRGAP_BUNDLE` with the path to the Embedded Cluster `.airgap` bundle for the release. From 6404b311b9b4c415196b346d66d42ac4a15fcd77 Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Fri, 11 Apr 2025 14:49:09 -0600 Subject: [PATCH 2/2] update license flag placeholders --- docs/enterprise/installing-embedded-automation.mdx | 2 +- docs/reference/embedded-cluster-install.mdx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/enterprise/installing-embedded-automation.mdx b/docs/enterprise/installing-embedded-automation.mdx index 3372d79310..bcad5fa0a3 100644 --- a/docs/enterprise/installing-embedded-automation.mdx +++ b/docs/enterprise/installing-embedded-automation.mdx @@ -37,7 +37,7 @@ To install with Embedded Cluster in an online environment: Replace: * `APP_SLUG` with the unique slug for the application. - * `LICENSE_FILE` with the customer license. + * `PATH_TO_LICENSE` with the path to the customer license. * `ADMIN_CONSOLE_PASSWORD` with a password for accessing the Admin Console. * `PATH_TO_CONFIGVALUES` with the path to the ConfigValues file. diff --git a/docs/reference/embedded-cluster-install.mdx b/docs/reference/embedded-cluster-install.mdx index 4be8260e2f..cb170513bd 100644 --- a/docs/reference/embedded-cluster-install.mdx +++ b/docs/reference/embedded-cluster-install.mdx @@ -9,10 +9,10 @@ This topic describes the options available with the Embedded Cluster install com ## Usage ```bash -sudo ./APP_SLUG install --license LICENSE_FILE [flags] +sudo ./APP_SLUG install --license PATH_TO_LICENSE [flags] ``` * `APP_SLUG` is the unique application slug -* `LICENSE_FILE` is the customer's license +* `PATH_TO_LICENSE` is the path to the customer license ## Flags @@ -92,7 +92,7 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags] `-l, --license` -

Path to the license file

+

Path to the customer license file