v3.1.12
Nylas CLI 3.1.12
Documentation: https://cli.nylas.com/
Installation
macOS/Linux (Homebrew):
brew install nylas/nylas-cli/nylasmacOS (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.apkDocker:
docker pull ghcr.io/nylas/cli:3.1.12
docker run --rm ghcr.io/nylas/cli:3.1.12 --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.12Changelog
Other
- 059b241: TW-5076: add Docker support with CI smoke tests and GHCR release publishing (#87) (@qasim-nylas)
- 7bcca4f: TW-5078: add multi-arch Docker build (amd64+arm64) on merge to main (#88) (@qasim-nylas)
- 5c09d19: TW-5079: add NYLAS_API_BASE_URL env var to override API base URL (#89) (@qasim-nylas)
- 4551d56: TW-5081: add Linux package support (deb, rpm, apk, archlinux) via GoReleaser nfpms (#91) (@qasim-nylas)
- caad38f: TW-5082: remove dead scheduler pages/bookings list commands (#92) (@qasim-nylas)
Full Changelog: v3.1.11...v3.1.12