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
@@ -648,13 +652,13 @@ The CLI uses WorkOS Connect OAuth device flow for authentication:
648
652
649
653
```bash
650
654
# Login (opens browser for authentication)
651
-
workos auth login
655
+
npx workos@latest auth login
652
656
653
657
# Check current auth status
654
-
workos auth status
658
+
npx workos@latest auth status
655
659
656
660
# Logout (clears stored credentials)
657
-
workos auth logout
661
+
npx workos@latest auth logout
658
662
```
659
663
660
664
OAuth credentials are stored in the system keychain (with `~/.workos/credentials.json` fallback). Access tokens are not persisted long-term for security - users re-authenticate when tokens expire.
@@ -682,7 +686,7 @@ The installer collects anonymous usage telemetry to help improve the product:
682
686
No code, credentials, or personal data is collected. Disable with:
0 commit comments