Skip to content

Releases: workos/cli

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)

v0.8.2

05 Mar 21:05
4904ae6

Choose a tag to compare

0.8.2 (2026-03-05)

Bug Fixes

  • auth credential storage and transient error handling (#81) (ac7922d)
  • improve TanStack Start skill to reduce first-attempt build failures (#83) (6b935ce)
  • TanStack Start friction log fixes for middleware and doctor checks (#77) (7b857f9)

v0.8.1

05 Mar 18:27
6830a9f

Choose a tag to compare

0.8.1 (2026-03-05)

Bug Fixes

  • correct skills directory path resolution in getSkillsDir (#79) (732bcaa)