syllago config paths set
Synopsis
Section titled “Synopsis”syllago config paths set <provider> [flags]Description
Section titled “Description”Set a base directory or per-type path override for a provider. Paths must be absolute (start with / or ~/).
Options
Section titled “Options”| Flag | Type | Default | Required | Description |
|---|---|---|---|---|
--base-dir | string | — | No | base directory override (replaces home dir) |
--path | string | — | No | absolute path for the content type |
--type | string | — | No | content type (e.g., skills, hooks) |
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 |
Examples
Section titled “Examples” # Set a base directory for a provider syllago config paths set claude-code --base-dir ~/custom/claude
# Set a per-type path override syllago config paths set cursor --type rules --path ~/my-rulesSee Also
Section titled “See Also”Source