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]
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
Google SSO:
nylas dashboard login --google
Email/password:
nylas dashboard login --email --user user@example.com --password secret
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
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/nylas — other install methods
Top comments (0)