CLI Reference
The lore CLI is the primary interface for interacting with the Lore registry from your terminal or CI pipeline.
Commands
| Command | Description |
|---|---|
lore login | Authenticate with the registry |
lore pull | Download and install a package |
lore publish | Publish a package to the registry |
lore validate | Validate a package manifest |
lore search | Search for packages |
Global Flags
--registry string Registry URL (default: https://registry.lore.infraestrutura.app)
--token string Auth token (overrides LORE_AUTH_TOKEN env var)
--debug Enable debug output
--help, -h Show helpConfiguration
The CLI reads configuration from ~/.lore/config.yaml. See each command page for per-command configuration options.