Command

nylas dashboard login

The nylas dashboard login command authenticates you with the Nylas Dashboard so you can manage applications, API keys, and organizations from the CLI. Supports Google, Microsoft, and GitHub SSO, or email/password with MFA. After login, use `nylas dashboard apps` to manage applications and `nylas dashboard orgs switch` to change organizations.

Usage

nylas dashboard login [--google|--microsoft|--github|--email]

Flags

FlagDescription
--jsonOutput as JSON
--no-colorDisable color output
--verbose(-v)Enable verbose output
--configCustom config file path
--help(-h)Show help for the command
--limitLimit results (most list commands)
--yes(-y)Skip confirmations
--googleLog in with Google SSO
--microsoftLog in with Microsoft SSO
--githubLog in with GitHub SSO
--emailLog in with email/password
--userEmail address for email/password login
--passwordPassword for email/password login
--orgOrganization to log into

Examples

Interactive login (choose provider)

nylas dashboard login

Google SSO

nylas dashboard login --google

Email/password

nylas dashboard login --email --user user@example.com --password secret

Troubleshooting

SSO redirect fails

Ensure your browser allows pop-ups from the Nylas auth domain. Try a different browser.

MFA required

Enter the MFA code when prompted. Only TOTP-based MFA is supported in the CLI.

Recommended guides

Run nylas dashboard login --help for full help output.