Skip to content

Commit d5ce36a

Browse files
authored
Merge branch 'main' into ci/schema-auto-fix
2 parents 3ba5dc5 + 843ad6d commit d5ce36a

16 files changed

Lines changed: 3239 additions & 2877 deletions

NOTICE.txt

Lines changed: 797 additions & 1 deletion
Large diffs are not rendered by default.

docs/cli/schema.json

Lines changed: 1253 additions & 1369 deletions
Large diffs are not rendered by default.

docs/index.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,13 @@ type: overview
88

99
# Elastic CLI
1010

11-
Interact with the Elastic Stack and Elastic Cloud from the command line.
11+
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.
12+
13+
:::{note}
14+
The Elastic CLI is a technical preview and is under active development. Not all features and APIs are supported yet.
15+
:::
16+
17+
To get started, visit [Install the Elastic CLI](./cli/installation.md) and [Configure the Elastic CLI](./cli/configuration.md).
18+
19+
For a full list of available commands, refer to the [Elastic CLI command reference](./cli/index.md).
20+

package-lock.json

Lines changed: 675 additions & 726 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
"test": "test"
6060
},
6161
"dependencies": {
62+
"@cli-schema/commander": "^0.2.0",
63+
"@cli-schema/spec": "^0.2.0",
64+
"@cli-schema/zod": "^0.2.0",
6265
"@elastic/config-resolver": "*",
6366
"@elastic/es-schemas": "1.0.2",
6467
"cli-table3": "^0.6.5",
@@ -80,7 +83,13 @@
8083
"typescript": "6.0.3",
8184
"typescript-eslint": "8.62.1"
8285
},
86+
"overrides": {
87+
"fast-uri": "^3.1.4"
88+
},
8389
"bundleDependencies": [
90+
"@cli-schema/commander",
91+
"@cli-schema/spec",
92+
"@cli-schema/zod",
8493
"@elastic/config-resolver",
8594
"@elastic/es-schemas",
8695
"zod"

src/cli-schema-intent.ts

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)