syllago registry create
Synopsis
Section titled “Synopsis”syllago registry create [flags]Description
Section titled “Description”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
Options
Section titled “Options”| Flag | Type | Default | Required | Description |
|---|---|---|---|---|
--description | string | — | No | Short description of the registry (used with —new) |
--from-native | bool | — | No | Index provider-native content in the current repo |
--new | string | — | No | Scaffold an empty registry directory with this name |
--no-git | bool | — | No | Skip git init and initial commit (used with —new) |
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” # 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-nativeSee Also
Section titled “See Also”- syllago registry
- syllago registry add
- syllago registry items
- syllago registry list
- syllago registry remove
- syllago registry sync
Source