Skip to content llms.txt

syllago registry create

syllago registry create [flags]

Create a new registry in one of two modes:

—new <name> Scaffold an empty registry directory structure —from-native Index provider-native content in the current repo

FlagTypeDefaultRequiredDescription
--descriptionstringNoShort description of the registry (used with —new)
--from-nativeboolNoIndex provider-native content in the current repo
--newstringNoScaffold an empty registry directory with this name
--no-gitboolNoSkip git init and initial commit (used with —new)
FlagTypeDefaultRequiredDescription
--jsonboolNoOutput in JSON format
--no-colorboolNoDisable color output
-q, --quietboolNoSuppress non-essential output
-v, --verboseboolNoVerbose output
Terminal window
# Scaffold an empty registry
syllago registry create --new my-rules
# Scaffold with a description
syllago registry create --new my-rules --description "Team coding standards"
# Index existing provider-native content
syllago registry create --from-native

Source