Skip to content
Open
Show file tree
Hide file tree
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.14.0](https://github.com/envx-project/cli/compare/v2.13.0...v2.14.0) (2026-04-21)


### Features

* `envx set` reads KEY=VALUE pairs from stdin ([abf456a](https://github.com/envx-project/cli/commit/abf456aa13b84db15594377ebcf03bf99ad7034a))
* add --json output to ID-emitting commands ([45fe352](https://github.com/envx-project/cli/commit/45fe352d5a7dc8748df76c2cd210de0d07773f47))
* add --json output to list/get commands ([5814483](https://github.com/envx-project/cli/commit/58144830ced55406457c16cc82310c9ab85802ba))
* add -f/--force to `envx set` with non-interactive guard ([1234ba2](https://github.com/envx-project/cli/commit/1234ba280d5f01521ce756a70ee693a7fb5175f3))
* add -y/--yes + TTY guards to destructive commands ([bab0ad8](https://github.com/envx-project/cli/commit/bab0ad87f5a8b0b36168856eeacf9f1cc796fa86))
* add is_interactive/require_interactive helpers and guard Choice picker ([9da6303](https://github.com/envx-project/cli/commit/9da63031774fe253be1072ae3ae987b42e18f580))
* add TTY guards to commands that fall back to interactive prompts ([3b17286](https://github.com/envx-project/cli/commit/3b17286c4c63be18adfe54a1f0925e8905b71e93))

## [2.13.0](https://github.com/envx-project/cli/compare/v2.12.0...v2.13.0) (2026-04-19)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "envx"
version = "2.13.0"
version = "2.14.0"
edition = "2021"
license = "MIT"
authors = ["Alexander Ng <alex@ayo.icu>"]
Expand Down