Authentication
Login
Authenticate with your Umka account via OAuth in the browser:
umka auth login
This opens your browser to complete the OAuth flow with Google. Credentials are stored in your system keychain when available, with a file-based fallback.
Options
--provider <provider> OAuth provider (default: "google")
--server <url> Server URL (default: https://app.umka.day)
Environment variables
| Variable | Description |
|---|---|
UMKA_SERVER_URL | Server URL (alternative to --server) |
UMKA_TOKEN | API token, skips interactive login |
Status
Check your current authentication status:
umka auth status
Logout
Remove stored credentials:
umka auth logout