Skip to Content

lore pull

Download and install a Lore package to the current project.

Usage

lore pull <namespace>/<name>:<version> [flags]

Description

Downloads the .lore archive from the registry, decompresses it, and writes platform-specific artifacts to the project directory. The target platform is auto-detected from the AI runtime present in the project.

Flags

FlagDescription
--target <runtime>Override auto-detected runtime target (e.g., claude-code, cursor, raw)
--output <dir>Output directory (default: .)
--registryRegistry URL

Examples

# Pull latest version lore pull m1cloud/azure-architect:1.0.0 # Pull with explicit target lore pull m1cloud/azure-architect:1.0.0 --target cursor # Pull to a specific directory lore pull m1cloud/azure-architect:1.0.0 --output ./ai-config

Runtime Targets

The CLI auto-detects the runtime from files in your project:

File presentDetected target
CLAUDE.mdclaude-code
.cursorrulescursor
AGENTS.mdopenai-agents
(none)raw
© 2025 Lore · Built by M1 Cloud