5 nylas-cli commands every developer should know
Quick listicle. Five nylas-cli commands that I use enough that they're in my muscle memory.
1. nylas email send
The 80% case. You want to send a transactional email from a script.
nylas email send \
--to ops@example.com \
--subject "Deploy succee...
qasim-dev.hashnode.dev3 min read