Pull a LEI cache artifact from an OCI registry for air-gapped use.
Usage
mix lei.cache.pull <oci_reference> [options]Options
--output/-o- Output directory (default:./lei-cache-<tag>)--token- Registry auth token (or setLEI_REGISTRY_TOKENenv var)
OCI Reference Format
oci://ghcr.io/defenseunicorns/lei-cache:latest
oci://ghcr.io/defenseunicorns/lei-cache:2026-02-05
ghcr.io/defenseunicorns/lei-cache:weeklyExamples
mix lei.cache.pull oci://ghcr.io/defenseunicorns/lei-cache:latest
mix lei.cache.pull oci://ghcr.io/defenseunicorns/lei-cache:2026-02-05 -o ./my-cache