Skip to contentllms.txt

syllago config paths set

syllago config paths set <provider> [flags]

Set a base directory or per-type path override for a provider. Paths must be absolute (start with / or ~/).

FlagTypeDefaultRequiredDescription
--base-dirstring—Nobase directory override (replaces home dir)
--pathstring—Noabsolute path for the content type
--typestring—Nocontent type (e.g., skills, hooks)
FlagTypeDefaultRequiredDescription
--jsonbool—NoOutput in JSON format
--no-colorbool—NoDisable color output
-q, --quietbool—NoSuppress non-essential output
-v, --verbosebool—NoVerbose output
Terminal window
# 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-rules

Source