nylas
Nylas Command-Line Interface (CLI)
A quick way to auth a new account, test webhooks, search the docs and interact with the Nylas API.
Get started with:
➜ nylas init
Test your webhook:
➜ nylas webhook tunnel -f http://localhost:8000
Usage:
nylas [command]
Available Commands:
api Access the Nylas API endpoints
auth Auth your email account
docs Documentation lookup (preview)
help Help about any command
init Setup your dashboard application credentials
version Gets the current CLI version
webhook Create and test Nylas' Webhooks
Use "nylas [command] --help" for more information about a command.
brew install nylas/nylas-cli/nylas
- Download the MacOS 64-bit file or MacOS ARM64 file.
- Verify the file's checksum.
- Unpack the
tar.gz
file. - Open your terminal and run
./nylas
.
- Download the Windows 64-bit file or Windows 32-bit file.
- Verify the file's checksum.
- Unpack the
tar.gz
file. - Open your CMD or Powershell terminal and run
./nylas.exe
.
- Download the Linux 64-bit file or Linux ARM64 file.
- Verify the file's checksum.
- Unpack the
tar.gz
file. - Open your terminal and run
./nylas
.