Skip to content

v3.1.30

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Aug 20:33
996cda3

Nylas CLI 3.1.30

Documentation: https://cli.nylas.com/

Installation

macOS/Linux (Homebrew):

brew install nylas/nylas-cli/nylas

macOS (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.apk

Arch Linux (AUR):

yay -S nylas
# or
paru -S nylas

Docker:

docker pull ghcr.io/nylas/cli:3.1.30
docker run --rm ghcr.io/nylas/cli:3.1.30 --help

Manual 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.30

Changelog

Other


Full Changelog: v3.1.29...v3.1.30