Command

nylas auth providers

List available providers.

Written by Qasim Muhammad Staff SRE

What does nylas auth providers do?

The nylas auth providers command lists every email provider the CLI supports — Gmail, Outlook, Exchange, Yahoo, iCloud, and IMAP. Each entry shows the provider name, authentication method (OAuth or credentials), and supported features.

Usage

nylas auth providers

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

Examples

The nylas auth providers command lists every email provider the CLI supports — Gmail, Outlook, Exchange, Yahoo, iCloud, and IMAP.

List providers

nylas auth providers

JSON output

nylas auth providers --json

Example output

PROVIDER    TYPE          STATUS
google      oauth         configured
microsoft   oauth         configured
imap        credentials   configured

3 providers configured for this application

Troubleshooting

Empty provider list

Update the CLI to the latest version with `brew upgrade nylas` or re-run the install script.

Provider shows as unavailable

Some providers require OAuth setup in your Nylas dashboard. Check that your application has the provider enabled.

Recommended guides

Run nylas auth providers --help for full help output.