FLUXOMAIL_API_KEY: server API key for your organization- Optional:
FLUXOMAIL_BASE_URL(defaults tohttps://api.fluxomail.com/api/v1)
- Global:
--api-key,--base,--version - Send:
--to,--from,--subject,--text,--html,--idempotency,--cc,--bcc,--attach - Events list:
--types,--limit,--since,--cursor - Events tail:
--types,--since - Events backfill:
--types,--limit,--since,--checkpoint-file,--max-pages - Timelines get:
--send-id,--limit,--cursor
- Global:
--token-cmd <cmd>for short‑lived tokens,--quietto suppress stdout - Config file:
.fluxomailrcin project or home directory, or--config <path>- Keys:
apiKey,base,version,tokenCmd
- Keys:
- Send:
--header k:v(repeatable) to add custom message headers
--format: control output- events list:
json|jsonl|pretty(default pretty) - events tail/backfill:
json|jsonl(default jsonl) - timelines get:
json|pretty(default pretty)
- events list:
--output <file>: write output to a file (tail/backfill append lines)--quiet: suppress stdout (use with--outputfor silent runs)
--token-cmd <cmd>: run a shell command that prints a short‑lived token to stdout. The CLI uses it for initial auth and automatic refresh.
