Skip to content

v0.22.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Aug 02:30
a616d7e

0.22.0 (2026-08-27)

⚠ 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) (9a53443)
  • add integrate alias for install (#235) (1adbe84)
  • install: let the user pick the environment during install (#230) (8eb9408)
  • install: name the environment in installer status lines (#231) (c7d5cb8)
  • install: show the whole team in the environment picker (#232) (d8919df)
  • make dashboard environments first-class in the CLI (#228) (e344173)
  • migrate resource commands to the dashboard account plane (#201) (35a5d7e)
  • prefix the project name on environment display labels (#229) (cc51696)

Bug Fixes

  • install: surface unclaimed environments honestly (#234) (ad8f85f)