Command

nylas dashboard apps create

Create a new application

Written by Qasim Muhammad Staff SRE

What does nylas dashboard apps create do?

The nylas dashboard apps create command creates a new application. It is part of the Dashboard commands, which manage your Nylas account, applications, API keys, and organizations.

Usage

nylas dashboard apps create

Flags

FlagDescription
--name string(-n)Application name (required)
--region string(-r)Region (required: us or eu)
--secret-delivery stringSecret delivery method (clipboard or file)
--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 dashboard apps create command creates a new application.

JSON output for scripting

nylas dashboard apps create --json

Filter by name

nylas dashboard apps create --name <value> --json

Troubleshooting

Command not found or fails

Run `nylas auth config` and `nylas auth login` to authenticate first.

Recommended guides

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