Skip to content

Commit 72cf787

Browse files
authored
Merge pull request #3076 from replicatedhq/update-cli-install-title
edit ec command line install topic title
2 parents 2f49f02 + 0b9b4bf commit 72cf787

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/enterprise/installing-embedded-automation.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
import ConfigValuesExample from "../partials/configValues/_configValuesExample.mdx"
22
import ConfigValuesProcedure from "../partials/configValues/_config-values-procedure.mdx"
33

4-
# Installing with Embedded Cluster from the Command Line
4+
# Automating Installation with Embedded Cluster
55

6-
This topic describes how to install an application with Replicated Embedded Cluster from the command line.
6+
This topic describes how to install an application with Replicated Embedded Cluster from the command line, without needing to access the Replicated KOTS Admin Console.
77

88
## Overview
99

10-
You can use the command line to install an application with Replicated Embedded Cluster. A common use case for installing from the command line is to automate installation, such as performing headless installations as part of CI/CD pipelines.
10+
A common use case for installing with Embedded Cluster from the command line is to automate installation, such as performing headless installations as part of CI/CD pipelines.
1111

12-
To install from the command line, you provide all the necessary installation assets, such as the license file and the application config values, with the installation command rather than through the Admin Console UI. Any preflight checks defined for the application run automatically during headless installations from the command line rather than being displayed in the Admin Console.
12+
With headless installation, you provide all the necessary installation assets, such as the license file and the application config values, with the installation command rather than through the Admin Console UI. Any preflight checks defined for the application run automatically during headless installations from the command line rather than being displayed in the Admin Console.
1313

1414
## Prerequisite
1515

docs/reference/embedded-cluster-install.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ sudo ./APP_SLUG install --license LICENSE_FILE [flags]
4848
<tr>
4949
<td>`--config-values`</td>
5050
<td>
51-
<p>Path to the ConfigValues file for the application. The ConfigValues file can be used to pass the application configuration values from the command line during installation, such as when performing automated installations as part of CI/CD pipelines. For more information, see [Installing with Embedded Cluster from the Command Line](/enterprise/installing-embedded-automation).</p>
51+
<p>Path to the ConfigValues file for the application. The ConfigValues file can be used to pass the application configuration values from the command line during installation, such as when performing automated installations as part of CI/CD pipelines. For more information, see [Automating Installation with Embedded Cluster](/enterprise/installing-embedded-automation).</p>
5252
<p><strong>Requirement:</strong> Embedded Cluster 1.18.0 and later.</p>
5353
</td>
5454
</tr>

0 commit comments

Comments
 (0)