Skip to content

EmailOS Repo Command Documentation

The mailos repo command shows repository-local email configuration and a send preview.

Usage

bash
mailos repo

What it inspects

  • ./.env.mailos
  • ./.env
  • nearest parent emailos.json or emailos.toml
  • ./.email/config.json
  • Effective account/source resolution used by send flow

Flags

FlagTypeDefaultDescription
--jsonboolfalseOutput 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.mailos first, then ./.env.
  • For send commands, from_address in the nearest parent emailos.json or emailos.toml overrides MAILOS_FROM_EMAIL and controls the project send account and outgoing From address.
  • Use mailos whoami or mailos config --values for the compact resolved identity report.

Released under the MIT License.