Skip to content

Commit dcf1eb6

Browse files
chore: release main
1 parent 98a717f commit dcf1eb6

5 files changed

Lines changed: 25 additions & 5 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.0","packages/es-schemas":"1.0.2"}

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/elastic/cli/compare/v0.2.0...v0.3.0) (2026-07-06)
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+
10+
11+
### Bug Fixes
12+
13+
* Add explicit permissions to GitHub Actions workflows ([#414](https://github.com/elastic/cli/issues/414)) ([252fd44](https://github.com/elastic/cli/commit/252fd44953ffe86ae19a1af8f78fd65c07b3da04))
14+
* **ci:** Use node-version instead of missing .nvmrc ([8d84d45](https://github.com/elastic/cli/commit/8d84d4500e0e6a293da6357f0ecd63bc1ecdfbb7))
15+
* **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))
16+
* **deps:** Update dependency commander to v15 ([#410](https://github.com/elastic/cli/issues/410)) ([7a8056f](https://github.com/elastic/cli/commit/7a8056ffd4c6d2b0ab3f81bd23658744cff97662))
17+
18+
19+
### Performance Improvements
20+
21+
* 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))
22+
323
## [0.2.0](https://github.com/elastic/cli/compare/v0.1.1...v0.2.0) (2026-05-29)
424

525

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
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": {

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)