syllago config paths
Configure custom base directories or per-type path overrides for providers. Overrides are stored in the global config (~/.syllago/config.json) since paths are machine-specific.
Subcommands
Section titled “Subcommands”| Command | Description |
|---|---|
clear | Clear path overrides for a provider |
set | Set path overrides for a provider |
show | Show configured path overrides |
Global Options
Section titled “Global Options”| Flag | Type | Default | Required | Description |
|---|---|---|---|---|
--json | bool | — | No | Output in JSON format |
--no-color | bool | — | No | Disable color output |
-q, --quiet | bool | — | No | Suppress non-essential output |
-v, --verbose | bool | — | No | Verbose output |
Source