Skip to content

Releases: workos/cli

v0.12.1

01 Apr 16:55
a81e71a

Choose a tag to compare

0.12.1 (2026-04-01)

Bug Fixes

  • skip device auth when unclaimed environment is active (#115) (3c95642)

v0.12.0

31 Mar 22:01
43105c1

Choose a tag to compare

0.12.0 (2026-03-31)

Features

  • full WorkOS API emulator (emulate, dev, RBAC, webhooks, events, 84% API coverage) (#100) (55371a9)

Bug Fixes

  • add NextjsGrader check for getSignInUrl in Server Components (#110) (f2a6ec2)
  • add tag_name input to workflow_dispatch trigger (0924a4b)
  • enforce OIDC-only beta publish path (f8e74d6)
  • prevent registerSubcommand from injecting false positional args (#111) (effe187)
  • remove environment to prevent org secret injection breaking OIDC (28f0564)
  • restore OIDC auth setup for npm trusted publishing (d0f8b53)
  • set release-please manifest to last stable tag (v0.11.2) (850eee3)
  • stop reading WORKOS_CLIENT_ID for CLI auth (#113) (7bdd851)
  • use pnpm publish to match working auth setup (d79cf16)
  • use prerelease versioning strategy for beta releases (#104) (8385201)

v0.12.0-beta.1

26 Mar 03:55
01eeb6c

Choose a tag to compare

v0.12.0-beta.1 Pre-release
Pre-release

0.12.0-beta.1 (2026-03-26)

Bug Fixes

  • add tag_name input to workflow_dispatch trigger (0924a4b)
  • enforce OIDC-only beta publish path (f8e74d6)
  • remove environment to prevent org secret injection breaking OIDC (28f0564)
  • restore OIDC auth setup for npm trusted publishing (d0f8b53)
  • use pnpm publish to match working auth setup (d79cf16)

v0.12.0-beta

26 Mar 00:57
06ab236

Choose a tag to compare

v0.12.0-beta Pre-release
Pre-release

0.12.0-beta (2026-03-26)

Features

  • full WorkOS API emulator (emulate, dev, RBAC, webhooks, events, 84% API coverage) (#100)

Bug Fixes

  • use prerelease versioning strategy for beta releases (#104)

v0.11.2

17 Mar 17:08
aab8544

Choose a tag to compare

0.11.2 (2026-03-17)

Bug Fixes

  • add workos seed --init to scaffold example seed file (#97) (a8ea743)

v0.11.1

16 Mar 14:47
5ca581d

Choose a tag to compare

0.11.1 (2026-03-16)

Bug Fixes

  • auto-install skills to coding agents after install (#94) (ae5e5cd)

v0.11.0

13 Mar 16:40
87bade6

Choose a tag to compare

0.11.0 (2026-03-13)

Features

  • add zero-auth install flow with claim command (#91) (d1b0039)

v0.10.1

11 Mar 13:37
833422c

Choose a tag to compare

0.10.1 (2026-03-10)

Bug Fixes

  • auth: auto-provision staging environment after login (#89) (19b34e2)

v0.10.0

09 Mar 17:06
c86c662

Choose a tag to compare

0.10.0 (2026-03-09)

⚠ BREAKING CHANGES

  • workos install-skill and workos uninstall-skill are replaced by workos skills install, workos skills uninstall, and workos skills list.

Features

  • add workos skills subcommand group (install, uninstall, list) (#86) (c008b72)
  • consume skills from @workos/skills package (#88) (2ec4c18)

Bug Fixes

  • only load authkit-base reference for JavaScript integrations (fc95a09)

v0.9.0

05 Mar 22:13
95d17f1

Choose a tag to compare

0.9.0 (2026-03-05)

⚠ BREAKING CHANGES

  • workos login and workos logout are now workos auth login and workos auth logout.

Features

  • move login/logout to auth subcommand, add auth status (#84) (b86c39b)