Skip to contentllms.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
--descriptionstring—NoShort description of the registry (used with —new)
--from-nativebool—NoIndex provider-native content in the current repo
--newstring—NoScaffold an empty registry directory with this name
--no-gitbool—NoSkip git init and initial commit (used with —new)
FlagTypeDefaultRequiredDescription
--jsonbool—NoOutput in JSON format
--no-colorbool—NoDisable color output
-q, --quietbool—NoSuppress non-essential output
-v, --verbosebool—NoVerbose 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