Nylas CLI 3.1.30
Documentation: https://cli.nylas.com/
Installation
macOS/Linux (Homebrew):
brew install nylas/nylas-cli/nylasmacOS (DMG):
- Apple Silicon: Download
Nylas-CLI-3.1.30-apple-silicon.dmg - Intel: Download
Nylas-CLI-3.1.30-intel.dmg
Open the DMG and copy nylas to /usr/local/bin/ or your preferred location.
Linux (deb/rpm/apk):
# Debian/Ubuntu
sudo dpkg -i nylas_3.1.30_linux_amd64.deb
# RHEL/Fedora
sudo rpm -i nylas_3.1.30_linux_amd64.rpm
# Alpine
sudo apk add --allow-untrusted nylas_3.1.30_linux_amd64.apkArch Linux (AUR):
yay -S nylas
# or
paru -S nylasDocker:
docker pull ghcr.io/nylas/cli:3.1.30
docker run --rm ghcr.io/nylas/cli:3.1.30 --helpManual Download:
Download the appropriate archive for your platform below, extract it, and move the nylas binary to your PATH.
Go Install:
go install github.com/nylas/cli/cmd/nylas@v3.1.30Changelog
Other
- 996cda3: TW-6481: Add email subscription discovery, unsubscribe, and cleanup (#122) (@qasim-nylas)
Full Changelog: v3.1.29...v3.1.30