What's wrong with this entry?
Anonymous. No account, no email.
What
New CLI subcommands for managing authentication outside interactive mode.
Usage
claude auth login # Sign in to your Anthropic account
claude auth login --email [email protected] # Pre-populate email on login page
claude auth login --sso # Force SSO login flow
claude auth status # Show authentication status
claude auth status --text # Human-readable output
claude auth logout # Log out from your Anthropic accountDetails
- Replaces the need to use
/loginand/logoutslash commands --jsonflag outputs machine-readable status (default)--textflag outputs human-readable status
Evidence
Auth command group (search for "Manage authentication", "Sign in to your Anthropic account")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.