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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.21.1"
".": "0.22.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ 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-25)


### ⚠ 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

* 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))

## [0.21.1](https://github.com/workos/cli/compare/v0.21.0...v0.21.1) (2026-08-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workos",
"version": "0.21.1",
"version": "0.22.0",
"type": "module",
"description": "The Official Workos CLI",
"repository": {
Expand Down