Xurel Docs

xurel CLI

The xurel CLI wraps common API operations for scripts and local tooling.

Install

npm
npm install -g @xurel/cli
# or
curl -fsSL https://cli.xurel.co/install | sh

Auth

login
export XUREL_API_KEY=xrl_prd_xxxxxxxx
# or
xurel auth login --key xrl_prd_xxxxxxxx

Commands

examples
xurel emails send \
  --from hello@yourdomain.com \
  --to user@example.com \
  --subject "Hello" \
  --html "<p>CLI send</p>" \
  --type transactional

xurel domains list
xurel domains verify dom_01
xurel keys list