Skip to content

Commit 6bbfbd0

Browse files
chore: release main
1 parent c98f210 commit 6bbfbd0

7 files changed

Lines changed: 52 additions & 8 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.2.0","packages/config-resolver":"0.1.0","packages/es-schemas":"1.0.2"}
1+
{".":"0.3.0","packages/config-resolver":"0.1.1","packages/es-schemas":"1.0.2"}

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/elastic/cli/compare/v0.2.0...v0.3.0) (2026-07-27)
4+
5+
6+
### Features
7+
8+
* **completion:** Complete context names for positional args ([#424](https://github.com/elastic/cli/issues/424)) ([3883800](https://github.com/elastic/cli/commit/388380053e4b56c15b7b18efda83d9a539ea6438))
9+
* **docs:** Experimental gate for search/ask, positional args, remove chat ([#457](https://github.com/elastic/cli/issues/457)) ([ef2fbdb](https://github.com/elastic/cli/commit/ef2fbdbe48d6f79e08180ec68c6a753c213065bc))
10+
11+
12+
### Bug Fixes
13+
14+
* Add explicit permissions to GitHub Actions workflows ([#414](https://github.com/elastic/cli/issues/414)) ([252fd44](https://github.com/elastic/cli/commit/252fd44953ffe86ae19a1af8f78fd65c07b3da04))
15+
* **ci:** Use node-version instead of missing .nvmrc ([8d84d45](https://github.com/elastic/cli/commit/8d84d4500e0e6a293da6357f0ecd63bc1ecdfbb7))
16+
* **cli:** Show banner on --help to match bare `elastic` output ([#391](https://github.com/elastic/cli/issues/391)) ([cb4becd](https://github.com/elastic/cli/commit/cb4becd1ef7818dbff23fe240e302402ee4e37aa))
17+
* **deps:** Update dependency commander to v15 ([#410](https://github.com/elastic/cli/issues/410)) ([7a8056f](https://github.com/elastic/cli/commit/7a8056ffd4c6d2b0ab3f81bd23658744cff97662))
18+
* **deps:** Update dependency csv-parse to v7 ([#469](https://github.com/elastic/cli/issues/469)) ([b23be14](https://github.com/elastic/cli/commit/b23be144ecb1a7996deb39e98319e9f41ecbb095))
19+
* Expose --name and --region-id flags on project create ([#476](https://github.com/elastic/cli/issues/476)) ([f8a7869](https://github.com/elastic/cli/commit/f8a7869af3c92dae3e2b8c0e61ac33e5b4adb870))
20+
* **factory:** Handle EAGAIN/EBADF from stdin in non-blocking environments ([#318](https://github.com/elastic/cli/issues/318)) ([14a22ef](https://github.com/elastic/cli/commit/14a22ef8c8fa5f66508b36f0bdfa8d5cf37b60cd)), closes [#311](https://github.com/elastic/cli/issues/311)
21+
* **factory:** Route JSON validation error through commander writeErr on Node.js 22 ([#444](https://github.com/elastic/cli/issues/444)) ([38fdb26](https://github.com/elastic/cli/commit/38fdb2647cd3a76bfeaa1016c29b34a9682b7c8d))
22+
* Hide --input-file and --dry-run on no-input read-only commands ([#487](https://github.com/elastic/cli/issues/487)) ([c98f210](https://github.com/elastic/cli/commit/c98f21047a52fd3cd0d36e98e3818292ec05e53e))
23+
* Human-readable text output for simple commands ([#419](https://github.com/elastic/cli/issues/419)) ([c35bce4](https://github.com/elastic/cli/commit/c35bce42e42ba164bfdd022f7a2c460f47b53d3a))
24+
* Improve performance of config resolver ([#478](https://github.com/elastic/cli/issues/478)) ([bddf491](https://github.com/elastic/cli/commit/bddf491670410c8fe439ec5f1b12cb99b2a74498))
25+
* Wire up serverless profile to block stack-only ES namespaces ([#475](https://github.com/elastic/cli/issues/475)) ([77c7369](https://github.com/elastic/cli/commit/77c73691c5310e49bbd47dfab6eb8de2eb428eeb))
26+
27+
28+
### Performance Improvements
29+
30+
* Small tweaks and lazy-loading to improve --help performance ([#400](https://github.com/elastic/cli/issues/400)) ([223fdd3](https://github.com/elastic/cli/commit/223fdd345852e09e816f0d75feb87285a8335fb4))
31+
32+
33+
### Dependencies
34+
35+
* The following workspace dependencies were updated
36+
* dependencies
37+
* @elastic/config-resolver bumped from * to 0.1.1
38+
339
## [0.2.0](https://github.com/elastic/cli/compare/v0.1.1...v0.2.0) (2026-05-29)
440

541

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/cli",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Interact with the Elastic Stack and Elastic Cloud from the command line.",
55
"main": "dist/cli.js",
66
"bin": {
@@ -62,7 +62,7 @@
6262
"@cli-schema/commander": "^0.2.0",
6363
"@cli-schema/spec": "^0.2.0",
6464
"@cli-schema/zod": "^0.2.0",
65-
"@elastic/config-resolver": "*",
65+
"@elastic/config-resolver": "0.1.1",
6666
"@elastic/es-schemas": "1.0.2",
6767
"cli-table3": "^0.6.5",
6868
"commander": "^15.0.0",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/elastic/cli/compare/config-resolver-v0.1.0...config-resolver-v0.1.1) (2026-07-27)
4+
5+
6+
### Bug Fixes
7+
8+
* Improve performance of config resolver ([#478](https://github.com/elastic/cli/issues/478)) ([bddf491](https://github.com/elastic/cli/commit/bddf491670410c8fe439ec5f1b12cb99b2a74498))

packages/config-resolver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/config-resolver",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Expression resolver for the Elastic CLI config pipeline. Resolves $(name:params) references from sources like env vars, files, and OS keychains.",
55
"license": "Apache-2.0",
66
"private": true,

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ for (const arg of argv) {
3434
}
3535

3636
// x-release-please-start-version
37-
const VERSION = '0.2.0';
37+
const VERSION = '0.3.0';
3838
// x-release-please-end
3939

4040
const program = new Command()

0 commit comments

Comments
 (0)