From 42c3285d55b5ac757385c54cb785985f8534e60d Mon Sep 17 00:00:00 2001 From: George Wallace Date: Thu, 23 Jul 2026 22:37:01 -0600 Subject: [PATCH] docs: improve elastic-cli overview page Expands the top-level docs/index.md from a one-liner into a proper overview page, following the pattern of sibling reference sections (ecctl). Adds a preview note, links to installation, configuration, and command reference child pages, and a contributing section. Co-Authored-By: Claude Sonnet 4.6 --- docs/index.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 43426230..86303c8e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,4 +8,13 @@ type: overview # Elastic CLI -Interact with the Elastic Stack and Elastic Cloud from the command line. +The Elastic CLI (`elastic`) is the command-line interface for Elasticsearch, Kibana, and Elastic Cloud resources. It supports self-managed Elastic Stack deployments, Elastic Cloud Hosted, and Elastic Serverless projects. + +:::{note} +The Elastic CLI is a technical preview and is under active development. Not all features and APIs are supported yet. +::: + +To get started, visit [Install the Elastic CLI](./cli/installation.md) and [Configure the Elastic CLI](./cli/configuration.md). + +For a full list of available commands, refer to the [Elastic CLI command reference](./cli/index.md). +