Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Loading