Skip to content

Commit caa1fd2

Browse files
chore(main): release 3.0.0 (#648)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0f2645d commit caa1fd2

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.2.0"
2+
".": "3.0.0"
33
}

CHANGELOG.md

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

3+
## [3.0.0](https://github.com/launchdarkly/ldcli/compare/v2.2.0...v3.0.0) (2026-04-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* agent-forward CLI — TTY-aware output, structured errors, --fields, table formatting [REL-12752] ([#660](https://github.com/launchdarkly/ldcli/issues/660))
9+
10+
### Features
11+
12+
* add --dry-run flag to toggle-on, toggle-off, and archive commands ([#677](https://github.com/launchdarkly/ldcli/issues/677)) ([ad4ab2d](https://github.com/launchdarkly/ldcli/commit/ad4ab2df38c31092182d7671471dbe545fe5a4b3))
13+
* add --json flag as shorthand for --output json ([#656](https://github.com/launchdarkly/ldcli/issues/656)) ([65d1bc3](https://github.com/launchdarkly/ldcli/commit/65d1bc3bc173e270df20a950e180d8f17e9d5f5e))
14+
* add --output markdown format ([#678](https://github.com/launchdarkly/ldcli/issues/678)) ([9872c28](https://github.com/launchdarkly/ldcli/commit/9872c28040407a7f9f81b5faf584f9428ad345d3))
15+
* add hand-rolled get-sdk-active command for environments ([#671](https://github.com/launchdarkly/ldcli/issues/671)) ([b3c447b](https://github.com/launchdarkly/ldcli/commit/b3c447b00ccd8c56e7f1ccd26b1e408242a0bf49))
16+
* add import project API endpoint ([#643](https://github.com/launchdarkly/ldcli/issues/643)) ([8623f37](https://github.com/launchdarkly/ldcli/commit/8623f37bce6c4030ffd7c4eb45c739bbf0a42991))
17+
* agent-forward CLI — TTY-aware output, structured errors, --fields, table formatting [REL-12752] ([#660](https://github.com/launchdarkly/ldcli/issues/660)) ([ecf7705](https://github.com/launchdarkly/ldcli/commit/ecf77050a89f27eed20a5c1012a004c9940a905c))
18+
* **REL-12753:** adding agent flag for agent telemetry ([#659](https://github.com/launchdarkly/ldcli/issues/659)) ([a7206fd](https://github.com/launchdarkly/ldcli/commit/a7206fd79b56c0a8cae19da0f97b810cb3de3b7e))
19+
* **REL-12779:** Add a command to sign up that directs the user to the sign up page ([#665](https://github.com/launchdarkly/ldcli/issues/665)) ([2f0042f](https://github.com/launchdarkly/ldcli/commit/2f0042fcfb9b76c71116e6c1ca55973b06ffedee))
20+
21+
22+
### Bug Fixes
23+
24+
* add permissions for release-please job ([#680](https://github.com/launchdarkly/ldcli/issues/680)) ([0f2645d](https://github.com/launchdarkly/ldcli/commit/0f2645d78666d327ec5723214c41d66ce34ecbc4))
25+
326
## [Unreleased]
427

528
### ⚠ BREAKING CHANGES

PROVENANCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ LaunchDarkly uses the [SLSA framework](https://slsa.dev/spec/v1.0/about) (Supply
55
As part of [SLSA requirements for level 3 compliance](https://slsa.dev/spec/v1.0/requirements), LaunchDarkly publishes provenance about our package builds using [GitHub's generic SLSA3 provenance generator](https://github.com/slsa-framework/slsa-github-generator/blob/main/internal/builders/generic/README.md#generation-of-slsa3-provenance-for-arbitrary-projects) for distribution alongside our packages.
66

77
<!-- x-release-please-start-version -->
8-
These attestations are available for download from the GitHub release page for the release version under Assets > `ldcli_2.2.0_multiple_provenance.intoto.jsonl`.
8+
These attestations are available for download from the GitHub release page for the release version under Assets > `ldcli_3.0.0_multiple_provenance.intoto.jsonl`.
99
<!-- x-release-please-end -->
1010

1111
To verify SLSA provenance attestations, we recommend using [slsa-verifier](https://github.com/slsa-framework/slsa-verifier). Example usage for verifying packages for Linux is included below:
1212

1313
<!-- x-release-please-start-version -->
1414
```
1515
# Set the version of the PACKAGE to verify
16-
PACKAGE_VERSION=2.2.0
16+
PACKAGE_VERSION=3.0.0
1717
```
1818
<!-- x-release-please-end -->
1919

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@launchdarkly/ldcli",
33
"description": "The official command line interface for managing LaunchDarkly feature flags.",
4-
"version": "2.2.0",
4+
"version": "3.0.0",
55
"main": "index.js",
66
"scripts": {
77
"postinstall": "go-npm install",

0 commit comments

Comments
 (0)