Command

nylas dashboard apps list

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. Select an application with `nylas dashboard apps use` to target it for API key generation and CLI operations.

Usage

nylas dashboard apps list [--region us|eu]

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
--regionFilter by region (us or eu)

Examples

List all applications

nylas dashboard apps list

List US applications only

nylas dashboard apps list --region us

Troubleshooting

No applications found

Create one with `nylas dashboard apps create --name 'My App' --region us`.

Recommended guides

Run nylas dashboard apps list --help for full help output.