From c6aca0a6c570e04585770fa8af839724627f1314 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 20:54:40 +0000 Subject: [PATCH] chore(main): release 0.22.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 727a5db7..788b0fa7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.21.1" + ".": "0.22.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f684ad9..0d2f0f40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,37 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.22.0](https://github.com/workos/cli/compare/v0.21.1...v0.22.0) (2026-08-26) + + +### ⚠ BREAKING CHANGES + +* both commands now require `workos auth login` (API keys are no longer accepted; --api-key removed) and emit new curated JSON shapes (top-level resource objects, camelCase, no list_metadata — the authoritative examples live in each command's spec file). Flag mapping, old -> new: + - organization list: --domain now maps to server-side search + (name/domain); every subcommand gains --environment-id + - organization delete / user delete: gain --yes (destructive + confirmation: prompt, --yes bypass, non-interactive refusal) + - user list: --organization dropped (no backing filter on this plane); + --email now maps to server-side search + - user update: --email-verified and --password dropped (not supported on + this plane); --email and --locale added; now requires at least one + update flag + +### Features + +* add connection create and update commands ([#221](https://github.com/workos/cli/issues/221)) ([9a53443](https://github.com/workos/cli/commit/9a53443952645af6c03a9e63852102b1866bc05a)) +* **install:** let the user pick the environment during install ([#230](https://github.com/workos/cli/issues/230)) ([8eb9408](https://github.com/workos/cli/commit/8eb9408e8700afc9308052c1bf064a2aec2a8ae5)) +* **install:** name the environment in installer status lines ([#231](https://github.com/workos/cli/issues/231)) ([c7d5cb8](https://github.com/workos/cli/commit/c7d5cb865229c1e57cf20550ca39a39e505ff36d)) +* **install:** show the whole team in the environment picker ([#232](https://github.com/workos/cli/issues/232)) ([d8919df](https://github.com/workos/cli/commit/d8919df221282f634cd82b5536f199964ef32111)) +* make dashboard environments first-class in the CLI ([#228](https://github.com/workos/cli/issues/228)) ([e344173](https://github.com/workos/cli/commit/e344173f66547dd7a413365ed63853ee4e9be54c)) +* migrate resource commands to the dashboard account plane ([#201](https://github.com/workos/cli/issues/201)) ([35a5d7e](https://github.com/workos/cli/commit/35a5d7e6a1116d5272cbebccb4db43237dd5dacd)) +* prefix the project name on environment display labels ([#229](https://github.com/workos/cli/issues/229)) ([cc51696](https://github.com/workos/cli/commit/cc51696c9bb08c4371582b6c6c5cb602aa380f74)) + + +### Bug Fixes + +* **install:** surface unclaimed environments honestly ([#234](https://github.com/workos/cli/issues/234)) ([ad8f85f](https://github.com/workos/cli/commit/ad8f85fcfbbc2427212ba1a0494cd59fc73aef7b)) + ## [0.21.1](https://github.com/workos/cli/compare/v0.21.0...v0.21.1) (2026-08-19) diff --git a/package.json b/package.json index 428c6134..758851b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.21.1", + "version": "0.22.0", "type": "module", "description": "The Official Workos CLI", "repository": {