EmailOS Repo Command Documentation
The mailos repo command shows repository-local email configuration and a send preview.
Usage
bash
mailos repoWhat it inspects
./.env.mailos./.env- nearest parent
emailos.jsonoremailos.toml ./.email/config.json- Effective account/source resolution used by send flow
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--json | bool | false | Output as JSON |
Notes
- This command is informational and does not send email.
- Sensitive values are masked in output when applicable.
- When both env files exist, repo-local values are resolved from
./.env.mailosfirst, then./.env. - For send commands,
from_addressin the nearest parentemailos.jsonoremailos.tomloverridesMAILOS_FROM_EMAILand controls the project send account and outgoingFromaddress. - Use
mailos whoamiormailos config --valuesfor the compact resolved identity report.
