OptionaldefaultDefault environment name used when env is not provided.
OptionaldotenvBase dotenv filename token. Defaults to '.env'.
OptionalenvSelected environment name (used when scope is 'env').
Filesystem port used for existence checks.
Search paths (directories) to locate the target dotenv file.
Privacy axis (public vs private).
OptionalprivatePrivate token used for private dotenv files. Defaults to 'local'.
Scope axis (global vs env-specific).
OptionalsearchPath search order. Defaults to 'reverse' (last path wins).
OptionaltemplateTemplate extension used for bootstrap discovery. Defaults to 'template'.
Options for resolveDotenvTarget.