my cli login
my cli loginStarts the device authentication flow using email magic links.
- Prompts for your email address
- Sends a magic link via the device auth endpoint
- You click the link in your email to verify
- The CLI polls for the token and stores it securely
- Automatically syncs your catalog after login
Token storage
Section titled “Token storage”Credentials are stored in the OS keyring (macOS Keychain, Linux Secret Service, Windows Credential Manager). Falls back to ~/.my/credentials.json if the keyring is unavailable.
Examples
Section titled “Examples”my cli login# Enter your email: user@example.com# Check your email and click the verification link...# Logged in as user@example.com