Skip to content

Commit f0b13a2

Browse files
authored
Merge pull request #3182 from replicatedhq/emosbaugh-patch-1
Update installing-embedded-automation.mdx
2 parents ed327d0 + 6404b31 commit f0b13a2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/enterprise/installing-embedded-automation.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ To install with Embedded Cluster in an online environment:
3030
1. Run the following command to install:
3131

3232
```bash
33-
sudo ./APP_SLUG install --license-file PATH_TO_LICENSE \
33+
sudo ./APP_SLUG install --license PATH_TO_LICENSE \
3434
--config-values PATH_TO_CONFIGVALUES \
3535
--admin-console-password ADMIN_CONSOLE_PASSWORD
3636
```
3737

3838
Replace:
3939
* `APP_SLUG` with the unique slug for the application.
40-
* `LICENSE_FILE` with the customer license.
40+
* `PATH_TO_LICENSE` with the path to the customer license.
4141
* `ADMIN_CONSOLE_PASSWORD` with a password for accessing the Admin Console.
4242
* `PATH_TO_CONFIGVALUES` with the path to the ConfigValues file.
4343

@@ -50,15 +50,15 @@ To install with Embedded Cluster in an air-gapped environment:
5050
1. Ensure that the Embedded Cluster installation assets are available on the air-gapped machine, then run the following command to install:
5151

5252
```bash
53-
sudo ./APP_SLUG install --license-file PATH_TO_LICENSE \
53+
sudo ./APP_SLUG install --license PATH_TO_LICENSE \
5454
--config-values PATH_TO_CONFIGVALUES \
5555
--admin-console-password ADMIN_CONSOLE_PASSWORD \
5656
--airgap-bundle PATH_TO_AIRGAP_BUNDLE
5757
```
5858

5959
Replace:
6060
* `APP_SLUG` with the unique slug for the application.
61-
* `LICENSE_FILE` with the customer license.
61+
* `PATH_TO_LICENSE` with the path to the customer license.
6262
* `PATH_TO_CONFIGVALUES` with the path to the ConfigValues file.
6363
* `ADMIN_CONSOLE_PASSWORD` with a password for accessing the Admin Console.
64-
* `PATH_TO_AIRGAP_BUNDLE` with the path to the Embedded Cluster `.airgap` bundle for the release.
64+
* `PATH_TO_AIRGAP_BUNDLE` with the path to the Embedded Cluster `.airgap` bundle for the release.

docs/reference/embedded-cluster-install.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ This topic describes the options available with the Embedded Cluster install com
99
## Usage
1010

1111
```bash
12-
sudo ./APP_SLUG install --license LICENSE_FILE [flags]
12+
sudo ./APP_SLUG install --license PATH_TO_LICENSE [flags]
1313
```
1414
* `APP_SLUG` is the unique application slug
15-
* `LICENSE_FILE` is the customer's license
15+
* `PATH_TO_LICENSE` is the path to the customer license
1616

1717
## Flags
1818

@@ -92,7 +92,7 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
9292
<tr>
9393
<td>`-l, --license`</td>
9494
<td>
95-
<p>Path to the license file</p>
95+
<p>Path to the customer license file</p>
9696
</td>
9797
</tr>
9898
<tr>

0 commit comments

Comments
 (0)