Plugs commands
Manage dynamic configuration slots and fills in rule Aligns.
aligntrue plugs
Show plug status (list + resolve + validate).
Usage:
aligntrue plugs [--config <path>]Options:
| Flag | Description | Default |
|---|---|---|
--config <path> | Custom config file path | .aligntrue/config.yaml |
Behavior:
- Fills only come from
.aligntrue/config.yaml(IR fills are ignored) - Supported formats:
command,text(fileandurlare deprecated and treated astext) - Sync fails if required plugs are unresolved
aligntrue plugs set
Set a repo-local fill value with validation.
Usage:
aligntrue plugs set <key> <value> [--config <path>]Arguments:
key- Plug slot key (e.g.,test.cmd,author.name)value- Fill value (single-line string)
Options:
| Flag | Description | Default |
|---|---|---|
--config <path> | Custom config file path | .aligntrue/config.yaml |
Validation:
command- Single-line command, no environment variable interpolation (exceptCI=true)text(and deprecatedfile/url) - Any single-line string
Examples:
aligntrue plugs set test.cmd "pnpm test"
aligntrue plugs set author.name "Jane Smith"aligntrue plugs unset
Remove a repo-local fill value.
Usage:
aligntrue plugs unset <key> [--config <path>]Arguments:
key- Plug slot key
Example:
aligntrue plugs unset test.cmdLast updated on