You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(config): document monitor and control FIRMA_CONFIG binding
The monitor flags table said --config does not participate in resolution and
listed no env var; control's section omitted it entirely. Both now bind
FIRMA_CONFIG and select the config used for audit-log and policy discovery,
failing closed on an unreadable file. Mirror the doctor guide's table.
|`--config`|`FIRMA_CONFIG`|discovered | Unified `firma.toml` used to discover the audit log. When set, the file must load or `monitor` fails closed; it is not consulted once `--state-dir` is given.|
233
+
|`--state-dir`|`FIRMA_STATE_DIR`|resolved | State dir override.|
234
+
|`--source`|— |`audit`|`audit`, `authority`, `sidecar`, or `all`. |
235
+
|`--no-follow`|— |_off_| Read once and exit; default is to follow tail. |
0 commit comments