jetemail login writes credentials to a TOML config file. You can also read, write, and clear values directly with jetemail config.
File location
Override with the
JETEMAIL_CONFIG environment variable:
chmod 600 on Unix.
Inspect
Read / write / clear
api_key, transactional_key.
Format
default profile. You can edit the file directly if you prefer.
Resolution precedence
The CLI picks a key in this order:--api-key/--transactional-keyflagJETEMAIL_API_KEY/JETEMAIL_TRANSACTIONAL_KEYenv var- Config file (
profiles.default)
jetemail whoami shows which layer the active key came from.
See also: Authentication
Full login / whoami / logout flow.