Skip to content

v3.1.12

Choose a tag to compare

@github-actions github-actions released this 17 May 00:54
· 28 commits to main since this release
caad38f

Nylas CLI 3.1.12

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

Installation

macOS/Linux (Homebrew):

brew install nylas/nylas-cli/nylas

macOS (DMG):

  • Apple Silicon: Download Nylas-CLI-3.1.12-apple-silicon.dmg
  • Intel: Download Nylas-CLI-3.1.12-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.12_linux_amd64.deb

# RHEL/Fedora
sudo rpm -i nylas_3.1.12_linux_amd64.rpm

# Alpine
sudo apk add --allow-untrusted nylas_3.1.12_linux_amd64.apk

Docker:

docker pull ghcr.io/nylas/cli:3.1.12
docker run --rm ghcr.io/nylas/cli:3.1.12 --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.12

Changelog

Other


Full Changelog: v3.1.11...v3.1.12