REGISTRY_004 — Registry Invalid
What This Means
Section titled “What This Means”The registry name or structure is invalid. Syllago requires registry names to follow a specific format and registry directories to contain the expected layout.
Common Causes
Section titled “Common Causes”- Registry name contains invalid characters (spaces, special characters)
- Registry directory is missing required structure or metadata
- Corrupted registry clone
How to Fix
Section titled “How to Fix”- Use alphanumeric characters and hyphens for registry names (e.g.,
my-registry). - Verify the registry repository has the expected directory structure.
- If the registry was partially cloned, try removing it and re-adding:
syllago registry remove <name>thensyllago registry add <name> <url>.
Example Output
Section titled “Example Output”Error REGISTRY_004: invalid registry "my registry!" Suggestion: use alphanumeric characters and hyphens only