synonym_list
Lists all active synonym pairs for the repository.
Input schema
{
"type": "object",
"properties": {
"repo": {
"type": "string",
"description": "Absolute path to the repository root. Defaults to the daemon's primary repo."
}
}
}
Output
One line per pair: term → alias
auth → login
auth → session
auth → token
config → cfg
config → settings
payment → billing
payment → invoice
store → repository
When to use
- Audit the current synonym table before adding or removing pairs.
- Pipe into a script to back up or diff synonym configs across repos.