DEV Community

Qasim Muhammad
Qasim Muhammad

Posted on

Log in to your Nylas Dashboard account with SSO or email/password with nylas dashboard login

Manage your Nylas account without opening a browser. nylas dashboard login brings Dashboard operations to the terminal.

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.

Syntax

nylas dashboard login [--google|--microsoft|--github|--email]
Enter fullscreen mode Exit fullscreen mode

When to Use This

Reach for nylas dashboard login when managing Nylas applications, API keys, or organizations. Combine with --json to pipe output into other tools.

Examples

Interactive login (choose provider):

nylas dashboard login
Enter fullscreen mode Exit fullscreen mode

Google SSO:

nylas dashboard login --google
Enter fullscreen mode Exit fullscreen mode

Email/password:

nylas dashboard login --email --user user@example.com --password secret
Enter fullscreen mode Exit fullscreen mode

How It Works

Dashboard commands mirror what you can do in the Nylas web console at dashboard-v3.nylas.com. Manage applications, rotate API keys, and switch organizations without leaving your terminal.

Key Flags

Run nylas dashboard login --help to see all available flags. Add --json for machine-readable output — useful when piping into jq or feeding data to scripts.

nylas dashboard login --help
Enter fullscreen mode Exit fullscreen mode

Full docs: nylas dashboard login reference — all flags, advanced examples, and troubleshooting.

All commands: Nylas CLI Command Reference

Get started: brew install nylas/nylas-cli/nylasother install methods

Top comments (0)