This repository was archived by the owner on Jan 30, 2026. It is now read-only.
Nylas CLI 0.3.12
Installation
macOS/Linux (Homebrew):
brew install mqasimca/nylas/nylasmacOS (DMG):
- Apple Silicon: Download
Nylas-CLI-0.3.12-apple-silicon.dmg - Intel: Download
Nylas-CLI-0.3.12-intel.dmg
Open the DMG and copy nylas to /usr/local/bin/ or your preferred location.
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/mqasimca/nylas/cmd/nylas@v0.3.12Changelog
Features
- f2dd293: feat(slack): add users get command and JSON output support (@qasim-nylas)
Bug Fixes
- bf79077: fix(auth): sanitize API key input to remove invalid HTTP header characters (@mqasimca)
- ab443e7: fix(tests): isolate tests from user credentials and handle multi-endpoint mocks (@mqasimca)
Full Changelog: v0.3.11...v0.3.12