REGISTRY_URI_OVERRIDE_: Override the URI for a specific registry
Example: REGISTRY_URI_OVERRIDE_MJ_CENTRAL=http://localhost:8080
Registry names are converted to uppercase with non-alphanumeric chars replaced by underscores
REGISTRY_API_KEY_: API key for authenticating with the registry
Example: REGISTRY_API_KEY_MJ_CENTRAL=your-api-key-here
Send feedback for a component from any registry
This is a registry-agnostic mutation that allows feedback collection
for components from any source registry (Skip, MJ Central, etc.)
Get the registry URI, checking for environment variable override first
Environment variable format: REGISTRY_URI_OVERRIDE_
Example: REGISTRY_URI_OVERRIDE_MJ_CENTRAL=http://localhost:8080
Resolver for Component Registry operations
Environment Variables for Development:
REGISTRY_URI_OVERRIDE_: Override the URI for a specific registry
Example: REGISTRY_URI_OVERRIDE_MJ_CENTRAL=http://localhost:8080
Registry names are converted to uppercase with non-alphanumeric chars replaced by underscores
REGISTRY_API_KEY_: API key for authenticating with the registry
Example: REGISTRY_API_KEY_MJ_CENTRAL=your-api-key-here