You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)