Is there a way to prefetch dependencies to cache? I'm trying to test openAI Codex, but the agent don't have internet after setup, and pants fetches when needed. Is there a magic command to run to download all dependencies to the cache? Currently I'm trying
pants export --resolve={my_resolves}
.