Overlay commands
Commands for customizing third-party Aligns without forking.
aligntrue override
Show overlays status and diff (default).
Usage:
aligntrue override [--allow-overlay-conflicts]Behavior:
- Applies overlays and shows the resulting diff
- Fails on overlay conflicts by default; use
--allow-overlay-conflictsto allow last-writer-wins
aligntrue override add
Create a new overlay.
Usage:
aligntrue override add --selector <value> [--set <key=value>] [--config <path>]Arguments:
--selector-rule[id=...]orsections[index](other selector types are deprecated)--set- Key/value pairs (dot notation supported). Usekey=nullto remove a property.
Notes:
--removeis deprecated; prefer--set key=nullfile/urlformats are not relevant here; values are applied as-is
Example:
aligntrue override add \
--selector 'rule[id=no-console-log]' \
--set severity=error \
--set autofix=nullaligntrue override selectors
List available selectors from the current IR.
Usage:
aligntrue override selectorsLast updated on