DEV Community

Qasim Muhammad
Qasim Muhammad

Posted on

nylas dashboard apps list: Developer Reference with Examples

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

The nylas dashboard apps list command displays all Nylas applications in your account with their IDs, names, regions, and environments. Use --region to filter by US or EU.

Quick Start

brew install nylas/nylas-cli/nylas
nylas init
nylas dashboard apps list
Enter fullscreen mode Exit fullscreen mode

Syntax

nylas dashboard apps list [--region us|eu]
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 apps list --help to see all available flags. Add --json for machine-readable output — useful when piping into jq or feeding data to scripts.

nylas dashboard apps list --help
Enter fullscreen mode Exit fullscreen mode

Examples

List all applications:

nylas dashboard apps list
Enter fullscreen mode Exit fullscreen mode

List US applications only:

nylas dashboard apps list --region us
Enter fullscreen mode Exit fullscreen mode

Related Commands


Full docs: nylas dashboard apps list 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)