From 4e7edb2b90700b666a855f651d1428c6454389fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edu=20Gonz=C3=A1lez=20de=20la=20Herr=C3=A1n?= <25320357+eedugon@users.noreply.github.com> Date: Fri, 11 Sep 2026 15:27:48 +0200 Subject: [PATCH 1/8] docs: link API guides to Elastic CLI AI-Assisted: Cursor Co-authored-by: Cursor --- .../manage-deployments-using-elastic-cloud-api.md | 4 ++++ .../manage-serverless-projects-using-api.md | 5 +++++ deploy-manage/deploy/elastic-cloud/tools-apis.md | 11 +++++++++++ deploy-manage/deploy/self-managed/tools-apis.md | 1 + docset.yml | 1 + 5 files changed, 22 insertions(+) diff --git a/deploy-manage/deploy/elastic-cloud/manage-deployments-using-elastic-cloud-api.md b/deploy-manage/deploy/elastic-cloud/manage-deployments-using-elastic-cloud-api.md index c018cfe21e..e5f56453e0 100644 --- a/deploy-manage/deploy/elastic-cloud/manage-deployments-using-elastic-cloud-api.md +++ b/deploy-manage/deploy/elastic-cloud/manage-deployments-using-elastic-cloud-api.md @@ -16,6 +16,10 @@ For update workflows, the deployments API also provides dedicated operations for If you haven’t created an API key yet, then refer to [](../../api-keys/elastic-cloud-api-keys.md). +:::{tip} +:applies_to: ech: preview +For a command-line workflow, use the [Elastic CLI](cli://index.md) to run supported deployment operations without constructing HTTP requests with `curl`. +::: ## Common operations with dedicated endpoints [ec_common_operations_with_dedicated_endpoints] diff --git a/deploy-manage/deploy/elastic-cloud/manage-serverless-projects-using-api.md b/deploy-manage/deploy/elastic-cloud/manage-serverless-projects-using-api.md index d54a8e9ba6..616303358c 100644 --- a/deploy-manage/deploy/elastic-cloud/manage-serverless-projects-using-api.md +++ b/deploy-manage/deploy/elastic-cloud/manage-serverless-projects-using-api.md @@ -33,6 +33,11 @@ The available APIs are grouped by project type: - APIs for [Observability projects]({{cloud-serverless-apis}}group/endpoint-observability-projects) - APIs for [Security projects]({{cloud-serverless-apis}}group/endpoint-security-projects) +:::{tip} +:applies_to: serverless: preview +For a command-line workflow, use the [Elastic CLI](cli://index.md) to run supported project operations. When you create a project, the `--save-as` option stores the returned endpoints and credentials in a named context instead of printing the credentials to standard output. +::: + ## Set up an API key [general-manage-project-with-api-set-up-api-key] To create and manage projects with the {{serverless-full}} API, you must authenticate your requests with an {{ecloud}} API key. diff --git a/deploy-manage/deploy/elastic-cloud/tools-apis.md b/deploy-manage/deploy/elastic-cloud/tools-apis.md index ab8f72a451..f312a19ba8 100644 --- a/deploy-manage/deploy/elastic-cloud/tools-apis.md +++ b/deploy-manage/deploy/elastic-cloud/tools-apis.md @@ -77,6 +77,17 @@ The following APIs are available for {{ech}} users: :::{include} /deploy-manage/deploy/_snippets/other-apis.md ::: +## Manage Elastic APIs with the Elastic CLI +```{applies_to} +deployment: + ech: preview +serverless: preview +``` + +The Elastic CLI provides a single command-line interface for {{es}}, {{kib}}, and {{ecloud}} APIs. Use it to interact with {{es}} and {{kib}} in {{ech}} deployments and {{serverless-full}} projects, or to manage deployments and projects through the {{ecloud}} API. + +Refer to the [Elastic CLI documentation](cli://index.md) to install the CLI, configure a Cloud connection, and run example operations. Not all Elastic APIs are available as CLI commands. + ## {{ecloud}} API console ```{applies_to} deployment: diff --git a/deploy-manage/deploy/self-managed/tools-apis.md b/deploy-manage/deploy/self-managed/tools-apis.md index e9927359b5..f63b3cc9b0 100644 --- a/deploy-manage/deploy/self-managed/tools-apis.md +++ b/deploy-manage/deploy/self-managed/tools-apis.md @@ -34,6 +34,7 @@ Refer to [](/deploy-manage/api-keys/elasticsearch-api-keys.md) to learn how to g ## Tools +* {applies_to}`self: preview` [Elastic CLI](cli://index.md): Interact with {{es}} and {{kib}} APIs from a single command-line interface. * [{{es}} command line tools](elasticsearch://reference/elasticsearch/command-line-tools/index.md): Utilities for configuring security and performing other tasks from the command line. * [{{kib}} command line tools](kibana://reference/commands.md): Utilities for performing security and connectivity related tasks for {{kib}} from the command line. * [{{es}} Support Diagnostic tool](/troubleshoot/elasticsearch/diagnostic.md): Captures a point-in-time snapshot of cluster statistics and most {{es}} settings for troubleshooting purposes. \ No newline at end of file diff --git a/docset.yml b/docset.yml index 31150af647..8ee2a4d4bc 100644 --- a/docset.yml +++ b/docset.yml @@ -113,6 +113,7 @@ cross_links: - apm-k8s-attacher - apm-server - beats + - cli - cloud - cloud-on-k8s - curator From b922f8ffdbfbb7057cb076f1f1bce85b07a84406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edu=20Gonz=C3=A1lez=20de=20la=20Herr=C3=A1n?= <25320357+eedugon@users.noreply.github.com> Date: Fri, 11 Sep 2026 17:25:12 +0200 Subject: [PATCH 2/8] minor update --- .../elastic-cloud/manage-serverless-projects-using-api.md | 2 +- manage-data/data-store/manage-data-from-the-command-line.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/deploy-manage/deploy/elastic-cloud/manage-serverless-projects-using-api.md b/deploy-manage/deploy/elastic-cloud/manage-serverless-projects-using-api.md index 616303358c..5b498d797f 100644 --- a/deploy-manage/deploy/elastic-cloud/manage-serverless-projects-using-api.md +++ b/deploy-manage/deploy/elastic-cloud/manage-serverless-projects-using-api.md @@ -35,7 +35,7 @@ The available APIs are grouped by project type: :::{tip} :applies_to: serverless: preview -For a command-line workflow, use the [Elastic CLI](cli://index.md) to run supported project operations. When you create a project, the `--save-as` option stores the returned endpoints and credentials in a named context instead of printing the credentials to standard output. +For a command-line workflow, use the [Elastic CLI](cli://index.md) to run supported project operations. For an example of how to connect the CLI to {{ecloud}} and manage projects, follow [Connect to {{ecloud}} with the Elastic CLI](cli://cli/manage-elastic-cloud.md). ::: ## Set up an API key [general-manage-project-with-api-set-up-api-key] diff --git a/manage-data/data-store/manage-data-from-the-command-line.md b/manage-data/data-store/manage-data-from-the-command-line.md index 76420d2c2e..2c4fea8a43 100644 --- a/manage-data/data-store/manage-data-from-the-command-line.md +++ b/manage-data/data-store/manage-data-from-the-command-line.md @@ -20,6 +20,11 @@ If you are looking for a user interface for {{es}} and your data, head on over t ## Before you begin [before-you-begin] +:::{tip} +:applies_to: { stack: preview, serverless: preview } +For a command-line workflow that reuses connection and authentication settings, use the [Elastic CLI](cli://index.md) to run supported {{es}} API operations. The CLI supports the indexing, bulk, retrieval, search, update, and delete operations in this guide. +::: + On the **Overview** page for your new cluster in the Cloud UI, copy the {{es}} endpoint URL under **Endpoints**. These examples use the `elastic` user. If you didn’t copy down the password for the `elastic` user, you can [reset the password](/deploy-manage/users-roles/cluster-or-deployment-auth/built-in-users.md). From 57ff34acdbe62eeea8197796408824ca7ef23554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edu=20Gonz=C3=A1lez=20de=20la=20Herr=C3=A1n?= <25320357+eedugon@users.noreply.github.com> Date: Thu, 17 Sep 2026 14:20:32 +0200 Subject: [PATCH 3/8] extra content and updates --- .../deploy/cloud-enterprise/tools-apis.md | 16 +++++++++++++++- deploy-manage/deploy/cloud-on-k8s/tools-apis.md | 1 + .../manage-serverless-projects-using-api.md | 10 +++++----- deploy-manage/deploy/elastic-cloud/tools-apis.md | 2 +- .../manage-data-from-the-command-line.md | 7 ++----- reference/index.md | 8 ++++++++ 6 files changed, 32 insertions(+), 12 deletions(-) diff --git a/deploy-manage/deploy/cloud-enterprise/tools-apis.md b/deploy-manage/deploy/cloud-enterprise/tools-apis.md index 1ba4a3b2b8..98f1879760 100644 --- a/deploy-manage/deploy/cloud-enterprise/tools-apis.md +++ b/deploy-manage/deploy/cloud-enterprise/tools-apis.md @@ -41,12 +41,26 @@ Refer to [{{es}} API conventions](elasticsearch://reference/elasticsearch/rest-a :::{include} /deploy-manage/deploy/_snippets/other-apis.md ::: +## Elastic CLI +```{applies_to} +deployment: + ece: preview +``` + +The Elastic CLI provides a single command-line interface for {{es}} and {{kib}} APIs. Use it to interact with {{es}} and {{kib}} in {{ece}} deployments. + +Refer to the [Elastic CLI documentation](cli://index.md) to install the CLI, configure a connection, and run example operations. Not all Elastic APIs are available as CLI commands. + +:::{note} +The Elastic CLI doesn't support the {{ece}} API. To manage deployments at the platform level, you can use [ecctl](#ecctl). +::: + ## {{es}} API Console [ece-api-console] :::{include} /deploy-manage/deploy/_snippets/cloud-api-console.md ::: -## {{ecloud}} Control: command-line interface for {{ecloud}} +## {{ecloud}} Control: command-line interface for {{ecloud}} [ecctl] :::{include} /deploy-manage/deploy/_snippets/ecctl.md ::: diff --git a/deploy-manage/deploy/cloud-on-k8s/tools-apis.md b/deploy-manage/deploy/cloud-on-k8s/tools-apis.md index fd33e27c74..603153c183 100644 --- a/deploy-manage/deploy/cloud-on-k8s/tools-apis.md +++ b/deploy-manage/deploy/cloud-on-k8s/tools-apis.md @@ -40,4 +40,5 @@ Refer to [{{es}} API conventions](elasticsearch://reference/elasticsearch/rest-a ## Tools +* {applies_to}`eck: preview` [Elastic CLI](cli://index.md): Interact directly with the {{es}} and {{kib}} APIs of deployments managed by {{eck}}. * [ECK diagnostics tool](/troubleshoot/deployments/cloud-on-k8s/run-eck-diagnostics.md): Use the `eck-diagnostics` command line tool to create a diagnostic archive to help troubleshoot issues with ECK. \ No newline at end of file diff --git a/deploy-manage/deploy/elastic-cloud/manage-serverless-projects-using-api.md b/deploy-manage/deploy/elastic-cloud/manage-serverless-projects-using-api.md index 5b498d797f..ae426438b9 100644 --- a/deploy-manage/deploy/elastic-cloud/manage-serverless-projects-using-api.md +++ b/deploy-manage/deploy/elastic-cloud/manage-serverless-projects-using-api.md @@ -17,6 +17,11 @@ On this page, you can find examples of how to create and manage serverless proje - [Updating a project](#general-manage-project-with-api-update-project) - [Listing regions where projects can be created](#general-manage-project-with-api-list-available-regions) +:::{tip} +:applies_to: serverless: preview +For a command-line workflow, use the [Elastic CLI](cli://index.md) to run supported project operations. For an example of how to connect the CLI to {{ecloud}} and manage projects, follow [Connect to {{ecloud}} with the Elastic CLI](cli://cli/manage-elastic-cloud.md). +::: + To try the examples in this section, start by [setting up an API key](#general-manage-project-with-api-set-up-api-key). :::{agent-skill} @@ -33,11 +38,6 @@ The available APIs are grouped by project type: - APIs for [Observability projects]({{cloud-serverless-apis}}group/endpoint-observability-projects) - APIs for [Security projects]({{cloud-serverless-apis}}group/endpoint-security-projects) -:::{tip} -:applies_to: serverless: preview -For a command-line workflow, use the [Elastic CLI](cli://index.md) to run supported project operations. For an example of how to connect the CLI to {{ecloud}} and manage projects, follow [Connect to {{ecloud}} with the Elastic CLI](cli://cli/manage-elastic-cloud.md). -::: - ## Set up an API key [general-manage-project-with-api-set-up-api-key] To create and manage projects with the {{serverless-full}} API, you must authenticate your requests with an {{ecloud}} API key. diff --git a/deploy-manage/deploy/elastic-cloud/tools-apis.md b/deploy-manage/deploy/elastic-cloud/tools-apis.md index f312a19ba8..52d69d6cd1 100644 --- a/deploy-manage/deploy/elastic-cloud/tools-apis.md +++ b/deploy-manage/deploy/elastic-cloud/tools-apis.md @@ -77,7 +77,7 @@ The following APIs are available for {{ech}} users: :::{include} /deploy-manage/deploy/_snippets/other-apis.md ::: -## Manage Elastic APIs with the Elastic CLI +## Elastic CLI ```{applies_to} deployment: ech: preview diff --git a/manage-data/data-store/manage-data-from-the-command-line.md b/manage-data/data-store/manage-data-from-the-command-line.md index 2c4fea8a43..59f3815952 100644 --- a/manage-data/data-store/manage-data-from-the-command-line.md +++ b/manage-data/data-store/manage-data-from-the-command-line.md @@ -14,17 +14,14 @@ products: Learn how to index, update, retrieve, search, and delete documents in an {{es}} cluster using APIs. +{applies_to}`stack: preview` {applies_to}`serverless: preview` The examples on this page use `curl`, but you can also use the [Elastic CLI](cli://index.md), which provides a command-line interface for {{es}} and {{kib}} APIs. + ::::{tip} If you are looking for a user interface for {{es}} and your data, head on over to [Kibana](/get-started/the-stack.md)! Not only are there amazing visualization and index management tools, Kibana includes realistic sample data sets to play with so that you can get to know what you *could* do with your data. :::: ## Before you begin [before-you-begin] -:::{tip} -:applies_to: { stack: preview, serverless: preview } -For a command-line workflow that reuses connection and authentication settings, use the [Elastic CLI](cli://index.md) to run supported {{es}} API operations. The CLI supports the indexing, bulk, retrieval, search, update, and delete operations in this guide. -::: - On the **Overview** page for your new cluster in the Cloud UI, copy the {{es}} endpoint URL under **Endpoints**. These examples use the `elastic` user. If you didn’t copy down the password for the `elastic` user, you can [reset the password](/deploy-manage/users-roles/cluster-or-deployment-auth/built-in-users.md). diff --git a/reference/index.md b/reference/index.md index ad4a4414bf..e61588c5d7 100644 --- a/reference/index.md +++ b/reference/index.md @@ -41,6 +41,14 @@ Leverage the power of the cloud with Elastic Cloud solutions. Explore Elastic Cl **Learn more in [Cloud](cloud://reference/index.md)** +## Elastic CLI +```{applies_to} +stack: preview +serverless: preview +``` + +Use the [Elastic CLI](cli://index.md) to interact with {{es}}, {{kib}}, and {{ecloud}} APIs from a single command-line interface. Refer to the [Elastic CLI command reference](cli://cli/index.md) for available commands and options. + ## Elastic Security Access detailed reference documentation on field and object schemas as well as the different commands used to manage and troubleshoot Elastic Endpoint. From 19de6c59e13c8a44fe03a15866931338b3a58c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edu=20Gonz=C3=A1lez=20de=20la=20Herr=C3=A1n?= <25320357+eedugon@users.noreply.github.com> Date: Thu, 17 Sep 2026 14:29:08 +0200 Subject: [PATCH 4/8] extra refinement --- deploy-manage/deploy/cloud-on-k8s/tools-apis.md | 2 +- .../elastic-cloud/manage-deployments-using-elastic-cloud-api.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-manage/deploy/cloud-on-k8s/tools-apis.md b/deploy-manage/deploy/cloud-on-k8s/tools-apis.md index 603153c183..dc7e18d4bb 100644 --- a/deploy-manage/deploy/cloud-on-k8s/tools-apis.md +++ b/deploy-manage/deploy/cloud-on-k8s/tools-apis.md @@ -40,5 +40,5 @@ Refer to [{{es}} API conventions](elasticsearch://reference/elasticsearch/rest-a ## Tools -* {applies_to}`eck: preview` [Elastic CLI](cli://index.md): Interact directly with the {{es}} and {{kib}} APIs of deployments managed by {{eck}}. +* {applies_to}`eck: preview` [Elastic CLI](cli://index.md): Interact with the {{es}} and {{kib}} APIs of deployments managed by {{eck}}. * [ECK diagnostics tool](/troubleshoot/deployments/cloud-on-k8s/run-eck-diagnostics.md): Use the `eck-diagnostics` command line tool to create a diagnostic archive to help troubleshoot issues with ECK. \ No newline at end of file diff --git a/deploy-manage/deploy/elastic-cloud/manage-deployments-using-elastic-cloud-api.md b/deploy-manage/deploy/elastic-cloud/manage-deployments-using-elastic-cloud-api.md index e5f56453e0..1c06835618 100644 --- a/deploy-manage/deploy/elastic-cloud/manage-deployments-using-elastic-cloud-api.md +++ b/deploy-manage/deploy/elastic-cloud/manage-deployments-using-elastic-cloud-api.md @@ -18,7 +18,7 @@ If you haven’t created an API key yet, then refer to [](../../api-keys/elastic :::{tip} :applies_to: ech: preview -For a command-line workflow, use the [Elastic CLI](cli://index.md) to run supported deployment operations without constructing HTTP requests with `curl`. +For a command-line workflow, use the [Elastic CLI](cli://index.md) to run supported deployment operations. For an example of how to connect the CLI to {{ecloud}} and manage deployments, follow [Connect to {{ecloud}} with the Elastic CLI](cli://cli/manage-elastic-cloud.md). ::: ## Common operations with dedicated endpoints [ec_common_operations_with_dedicated_endpoints] From 003b694a0e85aa6c61e76ee3d53109b14fb7b19a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edu=20Gonz=C3=A1lez=20de=20la=20Herr=C3=A1n?= <25320357+eedugon@users.noreply.github.com> Date: Thu, 17 Sep 2026 16:26:25 +0200 Subject: [PATCH 5/8] eck order update --- deploy-manage/deploy/cloud-on-k8s/tools-apis.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-manage/deploy/cloud-on-k8s/tools-apis.md b/deploy-manage/deploy/cloud-on-k8s/tools-apis.md index dc7e18d4bb..5b54285445 100644 --- a/deploy-manage/deploy/cloud-on-k8s/tools-apis.md +++ b/deploy-manage/deploy/cloud-on-k8s/tools-apis.md @@ -40,5 +40,5 @@ Refer to [{{es}} API conventions](elasticsearch://reference/elasticsearch/rest-a ## Tools -* {applies_to}`eck: preview` [Elastic CLI](cli://index.md): Interact with the {{es}} and {{kib}} APIs of deployments managed by {{eck}}. -* [ECK diagnostics tool](/troubleshoot/deployments/cloud-on-k8s/run-eck-diagnostics.md): Use the `eck-diagnostics` command line tool to create a diagnostic archive to help troubleshoot issues with ECK. \ No newline at end of file +* [ECK diagnostics tool](/troubleshoot/deployments/cloud-on-k8s/run-eck-diagnostics.md): Use the `eck-diagnostics` command line tool to create a diagnostic archive to help troubleshoot issues with ECK. +* {applies_to}`eck: preview` [Elastic CLI](cli://index.md): Interact with the {{es}} and {{kib}} APIs of clusters managed by {{eck}}. From e31fdcbd0e61921bb7ae3609adb1c708eae9563c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edu=20Gonz=C3=A1lez=20de=20la=20Herr=C3=A1n?= <25320357+eedugon@users.noreply.github.com> Date: Thu, 17 Sep 2026 16:28:13 +0200 Subject: [PATCH 6/8] eck order update --- deploy-manage/deploy/cloud-on-k8s/tools-apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-manage/deploy/cloud-on-k8s/tools-apis.md b/deploy-manage/deploy/cloud-on-k8s/tools-apis.md index 5b54285445..5564f974eb 100644 --- a/deploy-manage/deploy/cloud-on-k8s/tools-apis.md +++ b/deploy-manage/deploy/cloud-on-k8s/tools-apis.md @@ -41,4 +41,4 @@ Refer to [{{es}} API conventions](elasticsearch://reference/elasticsearch/rest-a ## Tools * [ECK diagnostics tool](/troubleshoot/deployments/cloud-on-k8s/run-eck-diagnostics.md): Use the `eck-diagnostics` command line tool to create a diagnostic archive to help troubleshoot issues with ECK. -* {applies_to}`eck: preview` [Elastic CLI](cli://index.md): Interact with the {{es}} and {{kib}} APIs of clusters managed by {{eck}}. +* {applies_to}`stack: preview` [Elastic CLI](cli://index.md): Interact with the {{es}} and {{kib}} APIs of clusters managed by {{eck}}. From a1d9c25abc993d64996cb135041e36244438b1af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edu=20Gonz=C3=A1lez=20de=20la=20Herr=C3=A1n?= <25320357+eedugon@users.noreply.github.com> Date: Thu, 17 Sep 2026 16:30:53 +0200 Subject: [PATCH 7/8] applies to update --- deploy-manage/deploy/self-managed/tools-apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-manage/deploy/self-managed/tools-apis.md b/deploy-manage/deploy/self-managed/tools-apis.md index f63b3cc9b0..d81d6c842a 100644 --- a/deploy-manage/deploy/self-managed/tools-apis.md +++ b/deploy-manage/deploy/self-managed/tools-apis.md @@ -34,7 +34,7 @@ Refer to [](/deploy-manage/api-keys/elasticsearch-api-keys.md) to learn how to g ## Tools -* {applies_to}`self: preview` [Elastic CLI](cli://index.md): Interact with {{es}} and {{kib}} APIs from a single command-line interface. +* {applies_to}`stack: preview` [Elastic CLI](cli://index.md): Interact with {{es}} and {{kib}} APIs from a single command-line interface. * [{{es}} command line tools](elasticsearch://reference/elasticsearch/command-line-tools/index.md): Utilities for configuring security and performing other tasks from the command line. * [{{kib}} command line tools](kibana://reference/commands.md): Utilities for performing security and connectivity related tasks for {{kib}} from the command line. * [{{es}} Support Diagnostic tool](/troubleshoot/elasticsearch/diagnostic.md): Captures a point-in-time snapshot of cluster statistics and most {{es}} settings for troubleshooting purposes. \ No newline at end of file From 8da4be38d0cb1fab7f3a9fc5bcb62714f3f03dd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edu=20Gonz=C3=A1lez=20de=20la=20Herr=C3=A1n?= <25320357+eedugon@users.noreply.github.com> Date: Thu, 17 Sep 2026 22:30:26 +0200 Subject: [PATCH 8/8] Align the Elastic CLI reference landing with the page pattern and tag ECE as stack preview. Co-authored-by: Cursor --- deploy-manage/deploy/cloud-enterprise/tools-apis.md | 2 +- reference/index.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/deploy-manage/deploy/cloud-enterprise/tools-apis.md b/deploy-manage/deploy/cloud-enterprise/tools-apis.md index 98f1879760..9d23eaac52 100644 --- a/deploy-manage/deploy/cloud-enterprise/tools-apis.md +++ b/deploy-manage/deploy/cloud-enterprise/tools-apis.md @@ -44,7 +44,7 @@ Refer to [{{es}} API conventions](elasticsearch://reference/elasticsearch/rest-a ## Elastic CLI ```{applies_to} deployment: - ece: preview + stack: preview ``` The Elastic CLI provides a single command-line interface for {{es}} and {{kib}} APIs. Use it to interact with {{es}} and {{kib}} in {{ece}} deployments. diff --git a/reference/index.md b/reference/index.md index e61588c5d7..0b69441fdf 100644 --- a/reference/index.md +++ b/reference/index.md @@ -47,7 +47,9 @@ stack: preview serverless: preview ``` -Use the [Elastic CLI](cli://index.md) to interact with {{es}}, {{kib}}, and {{ecloud}} APIs from a single command-line interface. Refer to the [Elastic CLI command reference](cli://cli/index.md) for available commands and options. +Interact with {{es}}, {{kib}}, and {{ecloud}} APIs from a single command-line interface. + +**Learn more in [Elastic CLI](cli://index.md)** ## Elastic Security