DEV Community

Qasim Muhammad
Qasim Muhammad

Posted on

List emails from a built-in demo account. No authentication or API key required from the Command Line

The nylas demo email list command displays sample emails from a pre-configured demo mailbox, letting you explore the CLI's email features without connecting a real account.

The nylas demo email list command displays sample emails from a pre-configured demo mailbox, letting you explore the CLI's email features without connecting a real account. No API key or OAuth flow needed — run it right after installing.

Syntax

nylas demo email list [--limit N]
Enter fullscreen mode Exit fullscreen mode

Examples

Browse demo emails without any setup:

nylas demo email list
Enter fullscreen mode Exit fullscreen mode

Show 5 demo emails as JSON:

nylas demo email list --limit 5 --json
Enter fullscreen mode Exit fullscreen mode

When to Use This

Reach for nylas demo email list as part of your CLI workflow. Combine with --json to pipe output into other tools.

How It Works

The Nylas CLI includes several utilities beyond the core email, calendar, and contacts commands. These are designed to complement your workflow without requiring separate tools.

Related Commands

  • nylas config reset — Reset all CLI configuration and credentials to a clean state
  • nylas ui — Start web configuration UI
  • nylas air — AI-powered email assistant. Opens an interactive REPL where you can draft, reply
  • nylas completion bash — Generate shell completion script for bash, zsh, fish, or PowerShell

Full docs: nylas demo email 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)